Skip to content

Instantly share code, notes, and snippets.

@crismanNoble
Created November 10, 2014 16:43
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 crismanNoble/edc7b94a61910548b6ef to your computer and use it in GitHub Desktop.
Save crismanNoble/edc7b94a61910548b6ef to your computer and use it in GitHub Desktop.
A minified version of the bookmarklet scaffolding
(function(){var s=document.createElement('script');s.type='text/javascript';s.src='{{scriptSrc}}'+(Math.random());document.querySelector('head').appendChild(s);}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment