Skip to content

Instantly share code, notes, and snippets.

@categulario
Created April 7, 2013 19:00
Show Gist options
  • Save categulario/5331961 to your computer and use it in GitHub Desktop.
Save categulario/5331961 to your computer and use it in GitHub Desktop.
inyect
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