Skip to content

BONK filter by lvillanne

Details

Authorlvillanne

LicenseNo License

CategoryMoonwalk

Created

Updated

Code size646 B

Code checksumbaf9e7da

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Display only BONK challenges

Notes

Userstyle doesn't have notes.

Source code

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