鬼仔注:第二个方法以前在这里提到过的。 1.来源pst document.write = window.alert; eval = window.alert; 把这两行加在加密代码前面,然后执行,弹出message后ctrl+c。 2.Author: zzzevazzz 在地址栏或按
鬼仔注:第二个方法以前在这里提到过的。
1.来源pst
document.write = window.alert;
eval = window.alert;
把这两行加在加密代码前面,然后执行,弹出message后ctrl+c。
2.Author: zzzevazzz
在地址栏或按Ctrl+O,输入:
javascript:s=document.documentElement.outerHTML;document.write("<body></body>");document.body.innerText=s;
源代码就出来了。不论加密如何复杂,最终都要还原成浏览器可以解析的html代码,而documentElement.outerHTML正是最终的结果。
发表评论