Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Created October 18, 2017 21:15
Show Gist options
  • Save loretoparisi/e1127511cf3d54abd81cf7818451e130 to your computer and use it in GitHub Desktop.
Save loretoparisi/e1127511cf3d54abd81cf7818451e130 to your computer and use it in GitHub Desktop.
Jquery Code Injection
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);
@loretoparisi
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment