Skip to content

Mastodon: hide Big Ben images by rybak

Screenshot of Mastodon: hide Big Ben images

Details

Authorrybak

LicenseMIT

Categorymastodon

Created

Updated

Size339 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style hides images in Mastodon posts posted by @bigben@mastodon.org.uk. It saves vertical spaces in the timeline.

Notes

By default, only Mastodon instances mastodon.org.uk and mastodon.social are supported. If you use another instance, just 1) edit the installed style, 2) click on "plus" in the bottom right corner, and 3) add domain of your Mastodon instance.

Source code

/* ==UserStyle==
@name         Mastodon: hide Big Ben images
@author       https://github.com/rybak
@version      1
@license      MIT
@namespace    mastodon
==/UserStyle== */

@-moz-document domain("mastodon.social"), domain("mastodon.org.uk") {
div[aria-label$="bigben@mastodon.org.uk"] .media-gallery {
    display: none;
}
}

Reviews

No reviews yet.