Display only USDC challenges
USDC filter by lvillanne
Details
Authorlvillanne
LicenseNo License
CategoryMoonwalk
Created
Updated
Code size650 B
Code checksum688e035a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name USDC filter
@namespace github.com/lvillanne
@version 1.0.0
@description Display only USDC challenges
@author Loïc Villanné
==/UserStyle== */
@-moz-document domain("app.moonwalk.fit") {
/*div.card-grid div.flex.column:has(img[src="https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"]), /* USDC */
div.card-grid div.flex.column:has(img[src="https://s2.coinmarketcap.com/static/img/coins/64x64/5426.png"]),/*, SOL */
div.card-grid div.flex.column:has(img[src="https://s2.coinmarketcap.com/static/img/coins/64x64/23095.png"])/* BONK*/
{
display:none;
}
}