Skip to content

Get out of my tabs! [Tumblr] by lukasexists

Screenshot of Get out of my tabs! [Tumblr]

Details

Authorlukasexists

LicenseNo License

Categorytumblr.com

Created

Updated

Size498 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes extra tabs on Tumblr that shouldn't be there.

Specifically it removes everything except for Tags, Following, and For You.

Notes

Userstyle doesn't have notes.

Source code

/* ==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; }
}

Reviews

No reviews yet.