Skip to content

Instantly share code, notes, and snippets.

@mentalisttraceur
Last active May 24, 2023 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mentalisttraceur/f7b4b2cbd1ed77de959487f17c7e65b8 to your computer and use it in GitHub Desktop.
Save mentalisttraceur/f7b4b2cbd1ed77de959487f17c7e65b8 to your computer and use it in GitHub Desktop.
Tumblr: Cleaner
/* Tumblr hide noise: */
/* 1. Side bar: */
body#tumblr aside .hF8Wr,
body#tumblr aside .PwJi6,
body#tumblr aside .I_SFh,
body#tumblr aside .Q55_h,
body#tumblr aside img,
/* 2. Top "Following, For you, Your tags, ..." bar: */
body#tumblr .ZaYRY,
/* 3. Bars above and between posts: */
body#tumblr .HphhS, /* the first half, header text */
body#tumblr .kDCXR div, /* the second half, content */
body#tumblr .kDCXR img,
/* 4. Top "Tumblr Live" bar: */
body#tumblr .RAEnv,
body#tumblr .wQ2Ma,
/* 5. Bottom "gift subscription" popup: */
body#tumblr .I6Lwl,
/* 6. "Tumblr Exclusives" posts: */
body#tumblr .So6RQ:has(.tI3Pw)
{
visibility: hidden !important;
padding: 0px;
margin: 0px;
height: 0px;
}
@mentalisttraceur
Copy link
Author

[Reserving first comment]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment