Greasy Fork is available in English.

AC-百度去广告

去掉百度的推广链接

< 脚本AC-百度去广告的反馈

提问/评论

§
发表于:2022-06-15

38、39行增加过滤

var nodeList = [].slice.call(currentNode.querySelectorAll(".f13>a"));
if(node != null && (node.innerHTML == "广告" || nodeList.some( (a) => a.innerHTML === "广告" )))
§
发表于:2024-01-10

38、39行增加过滤

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

nice

发表回复

登录以发表回复。