Skip to content

Instantly share code, notes, and snippets.

@bruntonspall
Forked from anonymous/gist:191217
Created September 22, 2009 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruntonspall/191220 to your computer and use it in GitHub Desktop.
Save bruntonspall/191220 to your computer and use it in GitHub Desktop.
Bookmarklet for quick bookmarking sites
javascript:void(window.open(%22http://www.brunton-spall.co.uk/admin/bookmark/new?link=%22+encodeURIComponent(location.href)+%22&title=%22+escape(document.title)+%22&viaurl=%22+encodeURIComponent(document.referrer)+%22&description=%22+(document.getSelection?document.getSelection():window.getSelection()),%20%22%22,%20%22fullscreen=no,toolbar=no,status=yes,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=600,height=400%22));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment