// ==UserScript== // @name Spiegel Online: Adblock Wall entfernen // @namespace https://greasyfork.org/en/users/8981-buzz // @description Entfernt die nervige Anti-Adblock-Meldung von SPON. // @author buzz // @locale de // @require https://code.jquery.com/jquery-2.2.0.min.js // @version 0.1 // @license GPLv2 // @match http://www.spiegel.de/* // @noframes // @downloadURL none // ==/UserScript== /* jshint -W097 */ /*global $: false, console: false */ 'use strict'; $(function() { var interval, i = 0; function remWall() { var $wc = $('#wrapper-content'); var $ua = $('.ua-detected'); if ($wc && $ua) { window.clearInterval(interval); $wc.css({ opacity: 'inherit', filter: 'inherit', 'pointer-events': 'inherit' }); $ua.remove(); $('.article-title:first').prepend('