Skip to content

Mastodon CW No Barber Poles by mcclure

Details

Authormcclure

LicenseNo License

Categorymastodon.social

Created

Updated

Size381 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the annoying yellow and black bars on Mastodon content warnings.

Notes

Only makes sense on Mastodon 4.3.0.

Source code

/* ==UserStyle==
@name       Mastodon CW No Barber Poles
@version    20241008.14.03
@namespace  ?
==/UserStyle== */

@-moz-document regexp("https?:\\/\\/(octodon|mastodon|tenforward)\\.social\\/.*") {
.content-warning {
    border:1px solid rgba(97, 97, 255, .15); background:none;
}

.content-warning::before {
    display:none;
}

.content-warning::after {
    display:none;
}

}

Reviews

No reviews yet.