Skip to content

Instantly share code, notes, and snippets.

@egorvinogradov
Created September 3, 2013 12:36
Show Gist options
  • Select an option

  • Save egorvinogradov/6423351 to your computer and use it in GitHub Desktop.

Select an option

Save egorvinogradov/6423351 to your computer and use it in GitHub Desktop.
JS bookmarklet to add websites to Google Bookmarks
javascript:window.open('http://www.google.com/bookmarks/mark?op=add&bkmk='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&labels='+encodeURIComponent(prompt('Labels')||''), '', 'width=800,height=500,resizable=yes,scrollbars=yes,status=yes,location=yes,top='+(screen.availHeight-500)/2+',left='+(screen.availWidth-800)/2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment