Reverts the App tag to Bot on Discord.
Discord - Revert App Tag to Bot by ArbestRi02
Details
AuthorArbestRi02
LicenseNo License
Categorydiscord
Created
Updated
Size436 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}