Created
July 18, 2012 16:20
-
-
Save timnew/3137257 to your computer and use it in GitHub Desktop.
Inject Javascript to current 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:var%20b=document.body;if(b){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src='http://code.jquery.com/jquery-1.7.2.min.js');void(b.appendChild(z));}else{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment