Skip to content

Instantly share code, notes, and snippets.

@radmen
Created June 18, 2012 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radmen/2948170 to your computer and use it in GitHub Desktop.
Save radmen/2948170 to your computer and use it in GitHub Desktop.
MooTools injecter scriptlet
javascript:var%20script%20=%20document.createElement('script');script.src%20=%20'https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js';script.type='text/javascript';document.getElementsByTagName('head')[0].appendChild(script);void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment