Google Bookmark Bookmarklet

There have been a ton of Bookmarklet’s for Google’s bookmark system, but I wanted to post this one for my reference and for everybody else’s, because I haven’t been able to find it since. I’m not sure of its origin, I saved it from some website or another, so if anybody wishes to lay claim to it, I’ll gladly plug it, but for now I’ll just stress that somebody much more talented than myself wrote it, and since they were gracious enough to share it I wanted to pass it along to anybody who might stumble across this later. Keep in mind I searched high and low when I was trying to add this thing to my machine at work (several months after installing it at home), and I wasn’t able to find one that works this well. Hopefully somebody finds it useful, and/or recognizes the original author so I can give props!

javascript:(function()%7Bvar%20a=window,b=document,c=encodeURIComponent,d=a.open(%22http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=%22+c(b.location)+%22&title=%22+c(b.title),%22bkmk_popup%22,%22left=%22+((a.screenX%7C%7Ca.screenLeft)+10)+%22,top=%22+((a.screenY%7C%7Ca.screenTop)+10)+%22,height=420px,width=550px,resizable=1,alwaysRaised=1%22);a.setTimeout(function()%7Bd.focus()%7D,300)%7D)();

Comments are closed.