Skip to content

Fuck off microtransactions (rid of Nitro and shop) by o2swme

Details

Authoro2swme

LicenseNo License

Categorydiscord

Created

Updated

Size511 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

honestly idk

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           fuck off microtransaction
@description    gets rid of shop and nitro
@namespace      https://discord.com
@author         @o2swme
@version        1.1.1
@license        none
@preprocessor   stylus
==/UserStyle== */
@-moz-document url-prefix("https://discord.com/") {

[data-list-item-id*="__nitro"] {
        display: none;
    }
    [data-list-item-id*="__shop"] {
        display: none;
    }
    [aria-label="Send a gift"] {
        display: none;
    }

}

Reviews

No reviews yet.