Skip to content

Instantly share code, notes, and snippets.

@mentalisttraceur
Last active February 10, 2025 22:52
Show Gist options
  • 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
/*
==UserCSS==
@name Tumblr
@match *://www.tumblr.com/*
@version 1.0
==/UserCSS==
*/
/* Tumblr hide noise: */
/* 1. Side bar: */
body#tumblr .e1knl .hF8Wr, /* Headings */
body#tumblr .e1knl .PwJi6, /* Recommended blogs */
body#tumblr .e1knl .I_SFh, /* "Explore all of Tumblr" */
body#tumblr .e1knl .Q55_h, /* Recommended post */
body#tumblr .e1knl .ohi9S, /* "..." button to hide/report ad */
body#tumblr .e1knl img,
/* 2. Top "Following, For you, Your tags, ..." bar: */
body#tumblr .Dk06o,
/* 3. Above/between posts "Roll the dice", "staff picks", ...: */
body#tumblr .HphhS, /* the first half, header text */
body#tumblr .kDCXR div, /* the second half, content */
body#tumblr .kDCXR img,
/* 4. Top advertisement: */
body#tumblr .YSitt:has(.Cewkz),
/* 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