For users of merveilles.twon: monochromify avatars from other instances
merveilles.town - 11/11/2022, 19:13:58 by orllewin
Details
Authororllewin
LicenseNo License
Categorymerveilles.town
Created
Updated
Size383 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
CSS only version of Monochromify, turns Mastodon avatars monochrome. Change domain to your own Mastodon instance.
Source code
/* ==UserStyle==
@name merveilles.town - 11/11/2022, 19:13:58
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("merveilles.town") {
.account__avatar, .account__avatar-overlay-base, .account__avatar-overlay-overlay{
filter: grayscale(100%);
}
}