Skip to content

Instantly share code, notes, and snippets.

@xdegeneratex
xdegeneratex / simpcity-thread-search.user.js
Last active August 18, 2025 03:48
SimpCity Inline Thread Search
// ==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
@xdegeneratex
xdegeneratex / sc-url-fixer.user.js
Last active August 14, 2025 06:04
SimpCity URL Fixer
// ==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
@xdegeneratex
xdegeneratex / coomer-video-viewer.user.js
Last active February 21, 2026 05:12
Coomer Video Viewer
// ==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==
@xdegeneratex
xdegeneratex / build.user.js
Created April 21, 2025 08:04
Fastpic Redirector
// ==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==
@xdegeneratex
xdegeneratex / vlc-grid.ahk
Last active January 23, 2025 14:17
Create a VLC window grid - AHK v1
#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)
@xdegeneratex
xdegeneratex / build.user.js
Last active February 21, 2026 05:12
Coomer Importer Auth Helper
// ==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
@xdegeneratex
xdegeneratex / build.user.js
Last active February 21, 2026 05:10
Coomer / Kemono Video Filter v3
// ==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