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
| :root { | |
| font-family: "Segoe UI Variable Display", "Segoe UI Emoji"; | |
| font-variation-settings: "opsz" 36; | |
| --font-primary: var(--font-family); | |
| --font-display: var(--font-family); | |
| --font-headline: var(--font-family); | |
| --font-code: Cascadia Mono, Consolas, monospaced; | |
| } |
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 Discord No Tab Shortcut Hijacking | |
| // @version 1.2 | |
| // @description Don't allow Discord to hijack your tab shortcuts | |
| // @author Aetinx | |
| // @match *://www.discord.com/* | |
| // @match *://discord.com/* | |
| // @match *://beta.discord.com/* | |
| // @match *://ptb.discord.com/* | |
| // @match *://canary.discord.com/* |
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 No Avatar Decorations | |
| // @version 1.0 | |
| // @description Removes Avatar Decorations from Discord messages and profiles | |
| // @author Aetinx | |
| // @match *://discord.com/* | |
| // @match *://canary.discord.com/* | |
| // @match *://ptb.discord.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=discord.com&sz=64 | |
| // ==/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 SoundCloud Sans Font | |
| // @version 1.0 | |
| // @description Changes SoundCloud font from Interstate/Inter to SoundCloud Sans | |
| // @author Aetinx | |
| // @match *://soundcloud.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=soundcloud.com&sz=64 | |
| // ==/UserScript== | |
| (function () { |
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 Amazon URL Cleaner | |
| // @version 1.3 | |
| // @description Cleans the URL of a currently viewed Amazon product and removes unnecessary query parameters | |
| // @author Aetinx | |
| // @match *://www.amazon.com/* | |
| // @match *://amazon.*/* | |
| // @match *://amazon.com | |
| // @icon https://www.google.com/s2/favicons?domain=amazon.com&sz=64 | |
| // ==/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 Pinterest History Shortcuts Fix | |
| // @version 1.2 | |
| // @description Navigate history using Alt + Left/Right on Pinterest | |
| // @author Aetinx | |
| // @match *://www.pinterest.com/* | |
| // @match *://pinterest.com/* | |
| // @match *://ct.pinterest.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=pinterest.com&sz=64 | |
| // @grant none |