Created
October 18, 2017 21:15
-
-
Save loretoparisi/e1127511cf3d54abd81cf7818451e130 to your computer and use it in GitHub Desktop.
Jquery Code Injection
This file contains hidden or 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
script = document.createElement('script');script.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js";document.getElementsByTagName('head')[0].appendChild(script); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See JQuery Bookmarklet Code Injection