Skip to content

Instantly share code, notes, and snippets.

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

vimae vimaexd

🏳️‍🌈
View GitHub Profile
@vimaexd
vimaexd / zivsearch.user.js
Last active January 26, 2026 12:19
adds a search box to Zenius -I- Vanisher's arcade page to search for game series' faster
// ==UserScript==
// @name ZIV arcade search box
// @namespace Violentmonkey Scripts
// @match https://zenius-i-vanisher.com/v5.2/arcades.php*
// @grant none
// @version 1.0
// @author vimae (mae@mae.wtf)
// @description 22/01/2026, 13:56:06
// @downloadURL https://gist.github.com/vimaexd/b796ead270345a1173c52b3310936ab9/raw/34e352e1a18eb1dd12e27e9c958443081114eb6d/zivsearch.user.js
// ==/UserScript==
@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;
}