Skip to content

Instantly share code, notes, and snippets.

@hidao80
Last active January 9, 2023 04:38
Show Gist options
  • Save hidao80/f3766691d16c4a8e8644b37d01754ce0 to your computer and use it in GitHub Desktop.
Save hidao80/f3766691d16c4a8e8644b37d01754ce0 to your computer and use it in GitHub Desktop.
Mastodon/Misskey text blur style
/* ==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