Greasy Fork is available in English.

AC-百度去广告

去掉百度的推广链接

< Feedback on AC-百度去广告

Soru/yorum

§
Gönderildi: 15.06.2022

38、39行增加过滤

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

38、39行增加过滤

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

nice

Cevap paylaş

Yanıt göndermek için oturum açın.