Skip to content

Instantly share code, notes, and snippets.

@deshion
Last active March 9, 2017 22:46
Show Gist options
  • Save deshion/025e4d2468826f317827db49e4591bac to your computer and use it in GitHub Desktop.
Save deshion/025e4d2468826f317827db49e4591bac to your computer and use it in GitHub Desktop.
Google Bookmark Javascript
javascript:(function(){var a=window,b=document,c=encodeURIComponent,d=a.open("https://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=510px,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