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 Automatic gab theme switcher | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-12-06 | |
| // @description Automatically switch between dark and light themese | |
| // @author 4v3ngR | |
| // @match https://gab.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=gab.com | |
| // @grant none | |
| // @run-at document-start |
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 Youtube adblock | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description enough with the ads! | |
| // @author 4v3ngR | |
| // @match https://*.youtube.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
| // @grant none | |
| // @run-at document-start |