Skip to content

Instantly share code, notes, and snippets.

View QEStudios's full-sized avatar

SKM GEEK QEStudios

View GitHub Profile
@QEStudios
QEStudios / Remove YouTube Seek Bar Gradient-2024-10-18.user.js
Last active December 8, 2024 01:26
Tampermonkey/Greasemonkey userscript to remove the YouTube seek bar pink gradient
// ==UserScript==
// @name Remove YouTube Seek Bar Gradient
// @namespace http://tampermonkey.net/
// @version 2024-10-25
// @description Removes the pink gradient from the YouTube seek bar
// @author SKM GEEK
// @match https://www.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// ==/UserScript==