Skip to content

toki.social MU! by soxfox42

Screenshot of toki.social MU!

Details

Authorsoxfox42

LicenseWTFPL

Categorytoki.social

Created

Updated

Size486 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

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

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;
}
}

Reviews

No reviews yet.