/* ==UserStyle==
@name           Bplace no confetti
@namespace      bplace.daavko.moe
@version        1.0.1
@description    Removes confetti that appear after you claim an achievement
@author         daavko
@license        WTFPL
@updateURL      https://bplace.daavko.moe/userstyles/bplace-no-achievement-confetti.user.css
==/UserStyle== */

@-moz-document domain("bplace.art") {
    body > canvas[style*='z-index'][style*='9999']:not([class]) {
        display: none;
    }
}
