Skip to content

Instantly share code, notes, and snippets.

View wrldspawn's full-sized avatar

឵    ឵ wrldspawn

View GitHub Profile
@wrldspawn
wrldspawn / enforceTransparent.sys.mjs
Created January 14, 2026 21:37
Browser transparency fix for Firefox 148+ (fx-autoconfig userscript)
// ==UserScript==
// @name Enforce Transparency
// @author worldspawn
// @version 1
// @description "AIWindow" broke transparency, this fixes it
// @onlyonce
// ==/UserScript==
import {Windows} from "chrome://userchromejs/content/uc_api.sys.mjs";
@wrldspawn
wrldspawn / autoPlainTextLinks.sys.mjs
Created January 6, 2026 18:16
Auto Plain Text Links for fx-autoconfig
@wrldspawn
wrldspawn / alwaysFindCloakedWindows.uc.js
Last active September 21, 2025 18:26
Always Find Cloaked Windows (Firefox 144+ Userscript)
// ==UserScript==
// @name Always Find Cloaked Windows
// @author worldspawn
// @include main
// @startup UC.alwaysFindCloakedWindows.exec(win);
// @shutdown UC.alwaysFindCloakedWindows.destroy();
// @onlyonce
// ==/UserScript==
const {BrowserWindowTracker} = window;
@wrldspawn
wrldspawn / vscode.css
Created May 26, 2024 04:20
VSCode CSS 9x icons
.codicon-explorer-view-icon,
.codicon-search-view-icon,
.codicon-source-control-view-icon,
.codicon-run-view-icon,
.codicon-remote-explorer-view-icon,
.codicon-extensions-view-icon,
.codicon-accounts-view-bar-icon,
.codicon-settings-view-bar-icon,
[class*="activity-workbench-view-extension-liveshare-"] {
background-repeat: no-repeat;
@wrldspawn
wrldspawn / 256-1.txt
Created May 26, 2024 03:55
256 color palette (SE98/Win9x/Win2k) for paint.net
; paint.net Palette File
; Lines that start with a semicolon are comments
; Colors are written as 8-digit hexadecimal numbers: aarrggbb
; For example, this would specify green: FF00FF00
; The alpha ('aa') value specifies how transparent a color is. FF is fully opaque, 00 is fully transparent.
; A palette must consist of ninety six (96) colors. If there are less than this, the remaining color
; slots will be set to white (FFFFFFFF). If there are more, then the remaining colors will be ignored.
FF000000
FF800080
FF000080