Skip to content

Instantly share code, notes, and snippets.

@rowanmanning
Created November 22, 2010 22:20
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 rowanmanning/710833 to your computer and use it in GitHub Desktop.
Save rowanmanning/710833 to your computer and use it in GitHub Desktop.
Simple bookmarklet to load a javascript
javascript:(function(d){s=d.createElement('script');s.src='http://example.com/example.js';d.body.appendChild(s);})(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment