Removes extra tabs on Tumblr that shouldn't be there.
Specifically it removes everything except for Tags, Following, and For You.
Authorlukasexists
LicenseNo License
Categorytumblr.com
Created
Updated
Code size498 B
Code checksum1a3b69d0
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Removes extra tabs on Tumblr that shouldn't be there.
Specifically it removes everything except for Tags, Following, and For You.
/* ==UserStyle==
@name Get out of my tabs!
@namespace github.com/lukasexists/goomt
@version 1.0.0
@description Removes extra tabs that shouldn't be there.
@author ToasterPanic
==/UserStyle== */
@-moz-document domain("www.tumblr.com") {
.wl0Ka { display: none; }
.wl0Ka[href~="/dashboard/hubs"] { display: block; }
.wl0Ka[href~="/dashboard/following"] { display: block; }
.wl0Ka[href~="/dashboard/stuff_for_you"] { display: block; }
}