AC-百度去广告

去掉百度的推广链接

< Feedback op AC-百度去广告

Vraag/Reactie

§
Geplaatst: 15-06-2022

38、39行增加过滤

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

38、39行增加过滤

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

nice

Reactie plaatsen

Log in om antwoord te geven.