[].forEach.call(document.querySelectorAll("*"),function(a){a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)})//此段js实现了给页面所有元素都加一个随机颜色的边框
var _alert = document.write;document.write= function(s) { console.log("Hooked!"); _alert(s);}
实现一个简单的js hook 当初是为了分析某个政府网站的js 研究的 对付爬虫专用