您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Diario de Navarra adblock
// ==UserScript== // @name Diario de Navarra adblock + jscript + GDPR + ad's bypass // @namespace // @match https://www.diariodenavarra.es/* // @grant none // @version 1.1 // @license MIT // @author anonDeveloper // add to your adblock https://sdk.privacy-center.org/6e7011c3-735d-4a5c-b4d8-c8b97a71fd01/loader.js // @description Diario de Navarra adblock // ==/UserScript== document.getElementById("AdSlot_megabanner").remove(); var id = window.setTimeout(function() {}, 0); while (id--) { window.clearTimeout(id); // will do nothing if no timeout with id is present } document.getElementById("Top1").remove(); document.getElementById("Top2").remove(); document.getElementById("Top3").remove(); document.getElementById("Top4").remove();