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:
Post a Comment