society.oftrolls.com is part of the decentralized social network powered by Mastodon.
A nice little Mastodon instance. Mild trolling encouraged (keep it local), but not required. Malicious behaviour is not tolerated. Follow Wheaton's law and you'll be fine.

Administered by:

Server stats:

19
active users

Learn more

@martinhowitt

Here is a screenshot of what I see. And this is even more wild because links to YouTube, and to tumblr and many other sites will show an image if there is one and a short summary of the post being linked.

But if you link to the fedi it's kind of censored down to just a cryptic link (that will take you to a different server where you can't post or reply nearly always)

It's almost adversarial design to avoid anything "quote boost like"

Mans R

@futurebird @martinhowitt With a little extra CSS, I see this in the web interface.

.status-card__image:has(.fa) {
display: none;
}

.status-card__description {
white-space: normal;
}