AC-百度去广告

去掉百度的推广链接

< Feedback on AC-百度去广告

Question/comment

§
Posted: 15.06.2022

38、39行增加过滤

var nodeList = [].slice.call(currentNode.querySelectorAll(".f13>a"));
if(node != null && (node.innerHTML == "广告" || nodeList.some( (a) => a.innerHTML === "广告" )))
§
Posted: 10.01.2024

38、39行增加过滤

var nodeList = [].slice.call(currentNode.querySelectorAll(".f13>a"));
if(node != null && (node.innerHTML == "广告" || nodeList.some( (a) => a.innerHTML === "广告" )))

nice

Post reply

Sign in to post a reply.