Skip to content

Instantly share code, notes, and snippets.

@tuzz
Created May 17, 2012 11:38
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 tuzz/2718322 to your computer and use it in GitHub Desktop.
Save tuzz/2718322 to your computer and use it in GitHub Desktop.
Bootstrap a JS file into a page via a bookmark
javascript:void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('src','[[[[[URL HERE]]]]]');document.body.appendChild(e)})())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment