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
| /* ==UserStyle== | |
| @name Nebula.tv - Filter Channels | |
| ==/UserStyle== */ | |
| /* Requires :has() selector support. As of 2023-03, Firefox requires "layout.css.has-selector.enabled" enabled in about:config */ | |
| @-moz-document domain("nebula.tv") { | |
| div[role=listitem]:has( | |
| a[href="/channel_username_here"], |
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
| ; https://gist.github.com/Xuerian/c1aedc96911752fec49beb8f4eb55862 | |
| ; This script waits for the Launcher to open, clicks Play, then skips the opening splash screens and "Press space to continue" | |
| ; Requires AutoHotKey from https://www.autohotkey.com/ | |
| ; To have this script start automatically, open (Win+R) shell:startup and place the .ahk file there. | |
| #NoEnv | |
| #Warn | |
| #SingleInstance force | |
| #KeyHistory 0 | |
| SetTitleMatchMode, Fast |
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
| #NoEnv | |
| #Warn | |
| #SingleInstance force | |
| ; Disable keylogging | |
| #KeyHistory 0 | |
| TrayReload() | |
| { | |
| Reload | |
| } |
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
| /* ==UserStyle== | |
| @name overframe.gg de-lag | |
| @namespace github.com/openstyles/stylus | |
| @version 1.0.0 | |
| ==/UserStyle== */ | |
| @-moz-document domain("overframe.gg") { | |
| div, html { | |
| scrollbar-width: initial; | |
| scrollbar-color: dark; |
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
| /* | |
| Hold Ctrl to left click constantly | |
| Hold Ctrl+F in a direction to mine a simple 2x (Vertical) or 3x (Horizontal) tunnel | |
| Adjust Delay (Milliseconds) to your current pick. (25 is for picksaw) | |
| Why? I don't want to develop RSI any earlier than I have to. | |
| */ | |
| DigKey := "f" | |
| Delay := 25 |