// ==UserScript== // @name spiegel.de: entferne bento.de Promotions // @description Entfernt Elemente von Spiegel Online, die auf bento.de verweisen // @namespace https://greasyfork.org/en/users/13300-littlepluto // @match *://www.spiegel.de/ // @match *://www.spiegel.de/#* // @noframes // @version 1.9 // @grant none // @downloadURL none // ==/UserScript== //bento Box document.querySelector('section[data-area="block>Bento-Box"]').remove(); document.querySelector('section[data-area="block>podlove:und_was_machst_du_so?_der_job-podcast_von_bento"]').remove(); document.querySelector('a[href^="http://www.bento.de/"]').closest("div.relative.flex.flex-wrap").remove();