- 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';});
爱奇艺:
document.querySelectorAll(".iqp-logo-box").forEach(function(item,index,arr){item.style.display='none';});