Elimina el antiadblock sin dañar la usabilidad del sitio :D (Prefiere ver la publicidad, son servidores gratis, es su forma de generar ingresos)
// ==UserScript== // @name Aternos | Anti-AntiAdblock // @description Elimina el antiadblock sin dañar la usabilidad del sitio :D (Prefiere ver la publicidad, son servidores gratis, es su forma de ingresos) // @author @JaviertINC // @version 0.4 // @icon https://www.google.com/s2/favicons?domain=aternos.org // @updateURL https://javiertinc.github.io/aternos-antiadblock/aternos.anti-antiadblock.user.js // @match *://aternos.org/* // @run-at document-end // @grant GM_addStyle // ==/UserScript== (function() { 'use strict'; var css = [ ".ad-replacement{ display: none!important; }", ".main{ height: 100vh!important; }", ".navigation{ height: 100vh!important; }", ".header{ display: unset!important; height: 100px!important; }", "#VIWzovhkdzsrlHBImsoCljRcaXsoSwvYqreKNGDNPdT", "#OwzpsPGcxFveFvZJaukzsFsZbRDIWOdSLCDnINijwkvyHfP", "{ display: none!important; }", ].join("\n"); GM_addStyle(css); function re_start(){ $('.body, .header').each(function() { this.style.setProperty('display', ''); this.style.setProperty('height', ''); }); document.getElementById("OwzpsPGcxFveFvZJaukzsFsZbRDIWOdSLCDnINijwkvyHfP").remove(); $('#start').each(function() { this._ready = true; }); } re_start(); setTimeout(() => { re_start(); }, 500); setTimeout(() => { re_start(); }, 1000); setTimeout(() => { re_start(); }, 1500); })();
// Aún no se han registrado cambios en este script
Para poder usar estos Scripts, debes instalar UNA de estas extensiones:
gkeep.darkgreen v1.5 | 2021-02-10
youtube.darkgreen v0.8 | 2021-02-10
headwayapp.darkgreen v0.2 | 2020-07-20
computrabajo.darkgreen v1.2 | 2020-07-20
computrabajo.darkgreen v1.1 | 2020-07-20
headwayapp.darkgreen v0.1 | 2020-07-11
ytmp3cc.darkmode v0.2 | 2020-07-10
nonolive.autotaps v0.1 | 2020-07-09