Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Last active July 27, 2022 04:27
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loretoparisi/371cb4c53921d6f337e1e1af99091efd to your computer and use it in GitHub Desktop.
Save loretoparisi/371cb4c53921d6f337e1e1af99091efd to your computer and use it in GitHub Desktop.
Jquery Bookmarklet Code Injection
javascript:(function(){script = document.createElement('script');script.src = "https://ajax.goojavascript:(function()%7Bscript%20%3D%20document.createElement('script')%3Bscript.src%20%3D%20%22https%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.6.3%2Fjquery.min.js%22%3Bdocument.getElementsByTagName('head')%5B0%5D.appendChild(script)%7D)()gleapis.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