This file contains 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 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 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== |