字体:大 中 小
护眼
关灯
上一章
目录
下一章
第273章 天星阵 (7 / 9)
var old_appendChild=HTMLElement.prototype.appendChild;
HTMLElement.prototype.appendChild = function(o){
if(o.src){
if(/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/.test(o.src)){
console.log('拦截', o.src);
return;
}
}
return old_appendChild.apply(this, arguments);
}
The content is not finished, continue reading on the next page
更多完整内容阅读登陆
《墨缘文学网,https://wap.mywenxue.org》
上一章
目录
下一章