Discord recently added a "Create DM" button, in a pleasant BLINDING BLUE. This CSS will make it less distracting!
:is([class^="privateChannelsHeaderContainer__"]) > [class^="button__"] {
display: none;
// ==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== |