Skip to content

Instantly share code, notes, and snippets.

View QEStudios's full-sized avatar

SKM GEEK QEStudios

View GitHub Profile
@QEStudios
QEStudios / create-dm-button-tweaks.md
Created August 22, 2025 06:50
Remove/recolour the new "Create DM" button in discord using custom CSS (eg vencord QuickCSS)

Discord recently added a "Create DM" button, in a pleasant BLINDING BLUE. This CSS will make it less distracting!

What the button currently looks like:

create-dm-original create-dm-original-light-mode

To remove the button entirely:

:is([class^="privateChannelsHeaderContainer__"]) > [class^="button__"] {
  display: none;
@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==