removes the banner and right-margin premium buttons
tumblr un-premium by meat-pc
Details
Authormeat-pc
LicenseNo License
Categoryhttps://www.tumblr.com
Created
Updated
Size499 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
intended to be used with pixiel's 'Old Tumblr Dashboard' userstyle because the buttons had covered up the header icons, but works just as well without the old dash.
Source code
/* ==UserStyle==
@name tumblr un-premium
@namespace github.com/openstyles/stylus
@version 1.0.1
@description heres my anti-tumblr-premium chemical i just made :D
@author cable-gore
==/UserStyle== */
@-moz-document url-prefix("https://www.tumblr.com") {
/*the remover. premium b-gone*/
/*'go premium' button*/
.gLEjz {
display: none;
}
/*top right margin premium button*/
.Qihwb {
display: none;
}
}