Skip to content

Instantly share code, notes, and snippets.

@eai04191
Created June 2, 2022 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eai04191/3e17ed536a633315d3c728c51e303d32 to your computer and use it in GitHub Desktop.
Save eai04191/3e17ed536a633315d3c728c51e303d32 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name Activate Mastodon
@namespace mizle.net
@version 1.0.0
@description Go to Settings to activate Mastodon.
@author Eai
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document regexp("https://.+/web/.+") {
.logo-resources {
display: unset;
position: fixed;
bottom: 3rem;
right: 0;
width: 400px;
}
.logo-resources * {
display: none;
}
.logo-resources::before,
.logo-resources::after {
font-family: system-ui;
font-weight: 400;
white-space: pre;
opacity: 50%;
pointer-events: none;
position: absolute;
left: 0;
}
.logo-resources::before {
bottom: 2rem;
content: "Mastodon のライセンス認証";
font-size: 1.5rem;
}
.logo-resources::after {
bottom: 0;
content: "設定を開き、Mastodon のライセンス認証を行ってください。";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment