Greasy Fork

Diario de Navarra adblock + jscript + GDPR + ad's bypass

25-01-2024

目前为 2024-02-12 提交的版本。查看 最新版本

// ==UserScript==
// @name        Diario de Navarra adblock + jscript + GDPR + ad's bypass
// @namespace   
// @match       https://www.diariodenavarra.es/*
// @grant       none
// @version     1.0
// @license MIT
// @author      anonDeveloper
// @description 25-01-2024
// ==/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();