For "Stylus" extension of Firefox ...
/*
Make toot-composing warnings go away.
*/
.compose-form__warning
{
display: none !important;
visibility: hidden !important;
}
... Look #mastodon (non working) #filters, what you made me do ...
#uBlockOrigin
! Hide error related to quote-toot; may want to force the display of the quoted toot via "Stylus".
<server>##.status__quote--error.status__quote
#Stylus
/* Force display of inline quote; may want to hide the quote-toot error via "uBlock Origin". */
.status--has-quote .quote-inline
{ display: inline !important; }
... Had to force "margin-left: 2em !important" on https://react.dev/learn so that first ~1.5 characters are not obscured by the scrollbar, always present if applicable.
> Notice that <MyButton /> starts with a capital letter. That’s how you know it’s a React component […] component names must always start with a capital letter, while HTML tags must be lowercase.
💩🔥
Right there with #Django bit that extracts column metadata by splitting arg/key name.
For "Stylus" extension of Firefox ...
/*
Make toot-composing warnings go away.
*/
.compose-form__warning
{
display: none !important;
visibility: hidden !important;
}
"Dark Background and Light Text" extension of Firefox barely manages to change the background color of #mastodon page (using #webUI) with either of "Dark" or "Hight Contrast" theme. The links remain low contrast pulper.
Really need to bring over the CSS of "Stylus" extension (from another 'puter to this one) to apply the #CSSHammer.