Skip to content

SOL filter by lvillanne

Details

Authorlvillanne

LicenseNo License

CategoryMoonwalk

Created

Updated

Code size648 B

Code checksum9267a807

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Display only SOL challenges

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           SOL filter
@namespace      github.com/lvillanne
@version        1.0.0
@description    Display only SOL 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;
    }
}

Reviews

No reviews yet.