Tuesday, June 4, 2013

Insert JQuery to any site.

You run the following javascript code to inject jquery to any website. After that you can run jquery command in the javascript console.

var element1 = document.createElement("script");element1.src = "http://code.jquery.com/jquery-1.10.1.min.js";element1.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(element1);

No comments:

LinkWithin

Related Posts Plugin for WordPress, Blogger...