Skip to content

Instantly share code, notes, and snippets.

@hrkt
Created July 1, 2019 21:07
Show Gist options
  • Save hrkt/ae4eb1b7a6203407e7598c18e03be0be to your computer and use it in GitHub Desktop.
Save hrkt/ae4eb1b7a6203407e7598c18e03be0be to your computer and use it in GitHub Desktop.
Add to Gootle Bookmark(bookmarklet)
javascript:(function(){var a=window;b=document;c=encodeURIComponent;s=a.parent.screen;d=a.open("http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+c(b.location)+"&title="+c(b.title),"_b1","width="+.8*s.width+",height="+.8*s.height+",resizable=1,alwaysRaised=1");a.setTimeout(function(){d.focus()},100)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment