Skip to content

Instantly share code, notes, and snippets.

@inblank
Created May 20, 2016 10:58
Show Gist options
  • Save inblank/11b938ebb5bbb9929d2c1818772cfa28 to your computer and use it in GitHub Desktop.
Save inblank/11b938ebb5bbb9929d2c1818772cfa28 to your computer and use it in GitHub Desktop.
Bookmarklet: jQuery injection to the current opened page
javascript:(function(){var script = document.createElement('script');script.type = 'text/javascript';script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.js';document.head.appendChild(script);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment