i think badges next to urls are annoying! let's ditch 'em!!!
remove tumblr badges by qiwipanini
Details
Authorqiwipanini
LicenseNo License
CategoryTumblr
Created
Updated
Size538 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
need help installing?
-
install the Stylus browser extension
Stylus for Firefox
Stylus for Chrome -
install the user style (this one right here!)
-
badge gone! ( ❛ ᴗ ❛)
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;
}
}
/* :) */