去除腾讯视频logo水印

打开F12,然后再console中输入下面代码,即可。

document.querySelectorAll(".txp_waterMark_pic").forEach(function(item,index,arr){item.style.display='none';});

或者
https://blog.csdn.net/qq_42426937/article/details/105474902

posted @ 2021-02-27 23:09  DJ同学  阅读(1899)  评论(0编辑  收藏  举报