Greasy Fork

spiegel.de: entferne bento.de Promotions

Entfernt Elemente von Spiegel Online, die auf bento.de verweisen

目前为 2020-01-08 提交的版本。查看 最新版本

// ==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.10
// @grant       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('article').remove();