Skip to content

Instantly share code, notes, and snippets.

View vimaexd's full-sized avatar
🏳️‍🌈

vimae vimaexd

🏳️‍🌈
View GitHub Profile
@vimaexd
vimaexd / remove-promos.css
Last active June 3, 2024 12:43
Remove Discord gift button and Nitro menus
/* Remove decorations shop */
ul[aria-label="Direct Messages"] li:has(a[href="/shop"]) {
display: none;
}
/* Remove Nitro tab */
ul[aria-label="Direct Messages"] li:has(a[href="/store"]) {
display: none;
}