Skip to content

Instantly share code, notes, and snippets.

View aetinx's full-sized avatar
🖥️
Designing and developing.

Adrian Keim aetinx

🖥️
Designing and developing.
View GitHub Profile
// ==UserScript==
// @name Disable Overscroll History Navigation
// @version 1.0
// @description No more trackpad overscroll history navigation
// @author Aetinx
// @match *://*/*
// ==/UserScript==
(function () {
let css = `:root, html, body { overscroll-behavior: none; }`
: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;
}
// ==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/*
// ==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==
// ==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 () {
// ==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==
// ==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