Replaces Mastodon's "TOOT!" button with the word "MU!" on the toki.social instance.
toki.social MU! by soxfox42

Details
Authorsoxfox42
LicenseWTFPL
Categorytoki.social
Created
Updated
Code size486 B
Code checksum5cac435f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name toki.social MU!
@version 20211015.22.29
@namespace userstyles.world/user/soxfox42
@description Replaces Mastodon's "TOOT!" button with the word "MU!" on the toki.social instance.
@author soxfox42
@license WTFPL
==/UserStyle== */
@-moz-document domain("toki.social") {
.compose-form__publish-button-wrapper button {
font-size: 0;
}
.compose-form__publish-button-wrapper button::after {
content: "MU!";
font-size: 14px;
}
}