Last active
January 9, 2023 04:38
-
-
Save hidao80/f3766691d16c4a8e8644b37d01754ce0 to your computer and use it in GitHub Desktop.
Mastodon/Misskey text blur style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name FediversTextBlur | |
@namespace github.com/hidao80/stylus | |
@version 1.1.3 | |
@description Mastodon/Misskey text blur style | |
@author hidao80 | |
@homepageURL https://gist.github.com/hidao80/f3766691d16c4a8e8644b37d01754ce0 | |
@updateURL https://gist.githubusercontent.com/hidao80/f3766691d16c4a8e8644b37d01754ce0/raw/e088585c03694db3964dcf9ce0b1c658f512ab85/FediversTextBlur.stylus.css | |
@license MIT | |
==/UserStyle== */ | |
@-moz-document regexp("https://(misskey.+|.+mstdn.+|social.vivaldi.net.+|fedibird.com.+)") { | |
article .havbbuyv, | |
article .status__content, | |
article .display-name { | |
filter: blur(5px); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment