Skip to content

Instantly share code, notes, and snippets.

@unarist
Created January 1, 2019 16:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unarist/593c754722803a73c0986db7cc97128d to your computer and use it in GitHub Desktop.
Save unarist/593c754722803a73c0986db7cc97128d to your computer and use it in GitHub Desktop.
Mastodon - Hide private posts
/* ==UserStyle==
@name Mastodon - Hide private posts
@namespace github.com/unarist
@version 1.0.0
@description Hide private posts from timeline
@author unarist
==/UserStyle== */
@-moz-document regexp("^https://[^/]+/web/.*") {
/* :not(.muted) filters notification */
.status-private:not(.muted) { display: none }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment