Skip to content

Instantly share code, notes, and snippets.

@tallykatt
Forked from inblank/jqi_bookmarklet.js
Created July 24, 2016 23:30
Show Gist options
  • Save tallykatt/a11a1766ce8d9d4fc96e69f446352325 to your computer and use it in GitHub Desktop.
Save tallykatt/a11a1766ce8d9d4fc96e69f446352325 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