[size=medium]打开firebug,在下面的命令行中输入以下脚本:
参考自:[url]http://ejohn.org/blog/hacking-digg-with-firebug-and-jquery/[/url][/size]
var s=document.createElement('script');
s.setAttribute('src', 'http://jquery.com/src/jquery-latest.js');
document.body.appendChild(s);
然后回车一下,就能在这个dom中使用jquery的功能了,脚本注入,太强了,现在你就可以发post请求了,还能干什么,自己去想吧,弄不好,这个网站就被你黑了。参考自:[url]http://ejohn.org/blog/hacking-digg-with-firebug-and-jquery/[/url][/size]