This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Remove Trump | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-01-20 | |
// @description Remove all Trump related articles from the Spiegel homepage | |
// @author michaelotto | |
// @match https://www.spiegel.de/ | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=spiegel.de | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Remove Spiegel+ stories from spiegel.de | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Remove Spiegel+ stories from spiegel.de | |
// @author Michael Otto | |
// @match https://www.spiegel.de/ | |
// @match http://www.spiegel.de/ | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Remove Z+ stories from zeit.de | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Remove bento.de stories from spiegel.de | |
// @author Michael Otto | |
// @match https://www.zeit.de/* | |
// @match http://www.zeit.de/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Remove bento.de stories from spiegel.de | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Remove bento.de stories from spiegel.de | |
// @author Michael Otto | |
// @match https://www.spiegel.de/* | |
// @match http://www.spiegel.de/* | |
// @grant none | |
// ==/UserScript== |