Skip to content

Discord - Revert App Tag to Bot by ArbestRi02

Screenshot of Discord - Revert App Tag to Bot

Details

AuthorArbestRi02

LicenseNo License

Categorydiscord

Created

Updated

Code size436 B

Code checksumacdcd51c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reverts the App tag to Bot on Discord. Buggy, as all other tags (such as OP and OFFICIAL) will display as Bot.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Discord - Revert Apps to Bots
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("discord.com") {
    .botText_a9e77f {
    font-size:0 !important;
    line-height: unset !important;
}
.botText_a9e77f:before {
    font-size:12px;
    content: "BOT";
    line-height: 100px;
}
}

Reviews

No reviews yet.