Skip to content

Instantly share code, notes, and snippets.

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

vimae vimaexd

🏳️‍🌈
View GitHub Profile
@vimaexd
vimaexd / feishin.css
Created August 2, 2025 11:34
personal feishin css
.fs-feature-carousel-module-title-wrapper h1 {
font-size:42px;
}
.fs-lyric-line-module-lyric-line[style] {
font-size:42px !important;
}
.fs-lyric-line-module-lyric-line[style]:not(.active) {
font-size:36px !important;
}
.fs-lyric-line-module-lyric-line {
@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;
}