Created
May 20, 2016 10:58
-
-
Save inblank/11b938ebb5bbb9929d2c1818772cfa28 to your computer and use it in GitHub Desktop.
Bookmarklet: jQuery injection to the current opened page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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