Skip to content

Instantly share code, notes, and snippets.

@namutaka
Created December 14, 2010 08:22
Show Gist options
  • Save namutaka/740143 to your computer and use it in GitHub Desktop.
Save namutaka/740143 to your computer and use it in GitHub Desktop.
bookmarklet to load js file.
// base
javascript:(function(d,u){var e=d.createElement('script');e.setAttribute('language','JavaScript');e.setAttribute('src',u);d.body.appendChild(e);})(document,'http://');
// JQuery 1.7.2
javascript:(function(d,u){var e=d.createElement('script');e.setAttribute('language','JavaScript');e.setAttribute('src',u);d.body.appendChild(e);})(document,'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment