Skip to content

Take Tumblr Back to the Rightside Up by citrusella

Details

Authorcitrusella

LicenseCC-BY-SA-4.0

CategoryTumblr

Created

Updated

Size789 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

No upside down ad on Tumblr for Stranger Things, please. (Hides only the Stranger Things ads not currently hidden by New XKit or XKit Rewritten.)

Notes

This was created VERY quickly so there may be something it didn't catch, though I don't see anything. It removes the giant clock and changes the logo back. It makes no other changes as extensions like New XKit or XKit Rewritten (or maybe even UBlock Origin custom rules) effectively block the other ad containers, and making this style already ate 30 minutes out of an hour I was supposed to be doing something else in.

Source code

/* ==UserStyle==
@name           Take Tumblr Back to the Rightside Up
@namespace      https://greasyfork.org/users/662334
@version        1.0.0
@description    No upside down ad on Tumblr for Stranger Things, please. (Hides only the Stranger Things ads not currently hidden by New XKit or XKit Rewritten.)
@author         citrusella
@license        CC-BY-SA-4.0
@supportURL     https://citrusella-flugpucker.tumblr.com
==/UserStyle== */

@-moz-document domain("tumblr.com") {
    .nnpB9.L5BHV, .QOMh2 img {
        display: none;
    }
    .QOMh2 a div {
        background-image: url(https://imgur.com/W1qHKEx.png) !important;
        background-repeat: no-repeat;
        height: 33px;
        width: 33px;
        background-size: 14px 27px;
        background-position: center;
    }
}

Reviews

No reviews yet.