// ==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 // @downloadURL none // ==/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();