Skip to content

Instantly share code, notes, and snippets.

@andzi
Created March 26, 2013 23:53
Show Gist options
  • Save andzi/5250395 to your computer and use it in GitHub Desktop.
Save andzi/5250395 to your computer and use it in GitHub Desktop.
Bookmarks and other Google products Google Bookmarks currently supports Google Maps, Google Toolbar, and Google Web Search. Items you bookmark or star in any of these products will appear on your Google Bookmarks home page, where you can add labels. https://support.google.com/bookmarks/answer/176587?hl=en
javascript:(function(){var%20a=window,b=document,c=encodeURIComponent,d=a.open("http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+c(b.location)+"&title="+c(b.title),"bkmk_popup","left="+((a.screenX||a.screenLeft)+10)+",top="+((a.screenY||a.screenTop)+10)+",height=420px,width=550px,resizable=1,alwaysRaised=1");a.setTimeout(function(){d.focus()},300)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment