Skip to content

remove tumblr badges by qiwipanini

Screenshot of remove tumblr badges

Details

Authorqiwipanini

LicenseNo License

CategoryTumblr

Created

Updated

Size538 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

i think badges next to urls are annoying! let's ditch 'em!!!

Notes

Source code

/* ==UserStyle==
@name        remove tumblr badges
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    removes badges next to urls
@author         :rain:qiwipanini:
==/UserStyle== */
@-moz-document url-prefix("https://www.tumblr.com/") {

      .dMXm8 {
            display: none;
      }

      .kyXe4 {
            display: none;
      }

      .R7jci .rJLvK,
      .R7jci .sdOCZ {
            height: var(--badge-size);
            width: var(--badge-size);
            display: none;
      }
}

/* :) */

Reviews

No reviews yet.