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 SimpCity Inline Thread Search | |
| // @namespace https://github.com/xdegeneratex | |
| // @version 1.1 | |
| // @author https://github.com/xdegeneratex | |
| // @description Inline search for SimpCity threads (Enter to search, inline pagination, expandable posts, auto-scroll to results, global tags with removal) | |
| // @match https://simpcity.cr/threads/* | |
| // @match https://simpcity.su/threads/* | |
| // @icon https://simpcity.cr/data/assets/logo/favicon.png | |
| // @grant GM_xmlhttpRequest |
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 SimpCity URL Fixer | |
| // @namespace https://github.com/xdegeneratex | |
| // @version 1.0 | |
| // @description Modifies the SimpCity urls to use the intended domain. | |
| // @author xdegeneratex | |
| // @match https://simpcity.cr/threads/* | |
| // @match https://simpcity.su/threads/* | |
| // @icon https://simpcity.cr/data/assets/logo/favicon.png | |
| // @grant none |
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 Coomer Video Viewer | |
| // @namespace https://github.com/xdegeneratex | |
| // @version 2025-06-30 | |
| // @description View Coomer video in the browser. | |
| // @author https://github.com/xdegeneratex | |
| // @match https://coomer.su/*/user/*/post/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=coomer.su | |
| // @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 Fastpic Redirector | |
| // @namespace https://github.com/xdegeneratex | |
| // @version 2025-04-21 | |
| // @description Redirects to the full size Fastpic image. | |
| // @author xdegeneratex | |
| // @match https://fastpic.org/view/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=fastpic.org | |
| // @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
| #Persistent ; Keep the script running indefinitely | |
| #SingleInstance Force ; Replace the existing instance and do not ask for confirmation | |
| SetTitleMatchMode, 2 ; Allow partial matching of window titles (e.g., "VLC" will match "VLC media player") | |
| ; Max window size | |
| MaxWidth := 420 ; Maximum width of the VLC windows | |
| MaxHeight := 340 ; Maximum height of the VLC windows | |
| ; Grid spacing (adjust for padding between windows) |
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 Coomer Importer Auth Helper | |
| // @namespace https://github.com/xdegeneratex | |
| // @version 2025-04-12 | |
| // @description Helper script to fill in the auth values for the coomer.su importer. | |
| // @author https://github.com/xdegeneratex | |
| // @match https://onlyfans.com/* | |
| // @match https://fansly.com/* | |
| // @match https://candfans.jp/* | |
| // @match https://coomer.su/importer |
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 v3 | |
| // @namespace Simpcity Scripts | |
| // @match https://*.coomer.party/*/user/* | |
| // @match https://*.kemono.party/*/user/* | |
| // @match https://*.coomer.st/*/user/* | |
| // @match https://*.coomer.su/*/user/* | |
| // @match https://*.kemono.su/*/user/* | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM_setClipboard |