|
F12打开调试工具,找到控制台:Console 在下面粘贴对应的代码,回车键
腾讯:
- document.querySelectorAll(".txp_waterMark_pic").forEach(function(item,index,arr){item.style.display='none';});
复制代码
优酷:
- document.querySelectorAll(".spv-logo").forEach(function(item,index,arr){item.style.display='none';});
复制代码
|
|