Skip to content

Instantly share code, notes, and snippets.

@msmhrt
Created April 2, 2011 20:07
Show Gist options
  • Save msmhrt/899834 to your computer and use it in GitHub Desktop.
Save msmhrt/899834 to your computer and use it in GitHub Desktop.
Better BlackBird Bookmarklet
javascript:(function(){_my_script=document.createElement('SCRIPT');_my_script.type='text/javascript';_my_script.src='https://github.com/msmhrt/b4/raw/master/bookmarklet.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(_my_script);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment