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 Disable Spiegel Online Eilmeldungen | |
| // @namespace Violentmonkey Scripts | |
| // @match https://www.spiegel.de/* | |
| // @grant none | |
| // @version 1.0 | |
| // @author Silvan Gümüsdere | |
| // @description 3.12.2025, 16:45:08 | |
| // ==/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 Hide Copilot | |
| // @namespace Violentmonkey Scripts | |
| // @match https://github.com/* | |
| // @grant none | |
| // @run-at document-start | |
| // @version 1.0 | |
| // @author - | |
| // @description 18.11.2025, 10:25:27 | |
| // ==/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 DKB Logout preventer | |
| // @namespace Violentmonkey Scripts | |
| // @match https://www.dkb.de/* | |
| // @grant none | |
| // @version 0.1 | |
| // @author - | |
| // @description 6.1.2021, 12:52:33 | |
| // ==/UserScript== |