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 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"; |
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 Auto Plain Text Links | |
| // @author Alex Vallat, worldspawn | |
| // @version 0.15 | |
| // @description Allow opening right-clicked plain text links without requiring selection. | |
| // @onlyonce | |
| // ==/UserScript== | |
| const frameScript = | |
| "data:application/javascript;charset=UTF-8," + | |
| encodeURIComponent( |
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 Always Find Cloaked Windows | |
| // @author worldspawn | |
| // @include main | |
| // @startup UC.alwaysFindCloakedWindows.exec(win); | |
| // @shutdown UC.alwaysFindCloakedWindows.destroy(); | |
| // @onlyonce | |
| // ==/UserScript== | |
| const {BrowserWindowTracker} = window; |
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
| .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; |
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
| ; 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 |