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 Ad Profiles on OnlyFansSigns | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.2 | |
| // @icon https://www.google.com/s2/favicons?domain=onlyfans.com | |
| // @description Dynamically blocks fake profiles or ad profiles across multiple platforms, with specific handling for Fanscout ads. | |
| // @author Cody JORDAN | |
| // @match https://fanscout.com/* | |
| // @match https://onlyselects.com/* | |
| // @match https://onlyfanssigns.com/* |
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 Tampermonkey Video Filter v5.1 (Hybrid Enhanced) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 5.1.0 | |
| // @description Advanced video filtering combining v4's proven core with v5's modern UI - supports all page types including popular posts | |
| // @author harryangstrom, xdegeneratex, remuru, AI Assistant insomniakin | |
| // @match https://*.coomer.party/* | |
| // @match https://*.coomer.su/* | |
| // @match https://*.coomer.st/* | |
| // @match https://*.kemono.su/* |
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 FetLife Video Length Filter | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0.0 | |
| // @description Filter and hide FetLife videos by duration/length | |
| // @author YourName | |
| // @match https://fetlife.com/* | |
| // @grant none | |
| // @run-at document-end | |
| // ==/UserScript== |