Skip to content

Hide Tumblr Badges by adyrosebrigg

Screenshot of Hide Tumblr Badges

Details

Authoradyrosebrigg

LicenseCC0-1.0

Categorytumblr

Created

Updated

Size435 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tired of seeing forty hats in the middle of posts? Make that stop.

Notes

Style written in 2 minutes because I hate badges. Tested for a similar amount of time so YMMV.

Source code

/* ==UserStyle==
@name         Hide Tumblr Badges
@version      20240317.13.52
@namespace    https://github.com/adyrosebrigg/
@description  Tired of seeing forty hats in the middle of posts? Make that stop.
@homepageURL  https://github.com/adyrosebrigg/
@author       Ady Rosebrigg
@license      CC0-1.0
==/UserStyle== */

@-moz-document url-prefix("https://www.tumblr.com/") {
  [style^="--badges-index:"] {
      display: none;
  }
}

Reviews

No reviews yet.