Created
April 7, 2013 19:00
-
-
Save categulario/5331961 to your computer and use it in GitHub Desktop.
inyect
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
head = document.getElementsByTagName("head")[0]; | |
s = document.createElement('script'); | |
s.setAttribute('src', 'http://localhost:83/jquery.js'); | |
head.appendChild(s); | |
//Con esto logramos inyectar jquery en un sitio web |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment