| 关键词: 大佬 querySelectorAll item 视频 document function forEach display logo 右上角 |
一、打开视频网站找到需要播放的视频。 二、F12打开调试工具,找到控制台:Console。 三、 在下面粘贴对应的代码,回车键,搞定。 某奇艺: document.querySelectorAll(".iqp-logo-box").forEach(function(item,index,arr){item.style.display='none';}); 某库 document.querySelectorAll(".logo-new").forEach(function(item,index,arr){item.style.display='none';}); 某迅视频 document.querySelectorAll(".txp_waterMark_pic").forEach(function(item,index,arr){item.style.display='none';}); 输入上述代码,水印去除了。 各位大佬们,还有没有其他更简便的方法,欢迎大佬们一起分享啊。 |
| 本文出处: https://www.toutiao.com/a7007281381978030625/ |
|
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系
[邮箱地址] 删除
|