This style hides images in Mastodon posts posted by @bigben@mastodon.org.uk. It saves vertical spaces in the timeline.
Mastodon: hide Big Ben images by rybak
Details
Authorrybak
LicenseMIT
Categorymastodon
Created
Updated
Size339 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}