This file contains 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 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== |