Created
February 17, 2015 14:47
-
-
Save meh/e4daa79fca96452e1a3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name tumblrizzami | |
| // @version 0.0.1 | |
| // @namespace http://meh.schizofreni.co | |
| // @description Remove sponsored posts. | |
| // @include http://tumblr.com/* | |
| // @include https://tumblr.com/* | |
| // @include http://*.tumblr.com/* | |
| // @include https://*.tumblr.com/* | |
| // @grant GM_addStyle | |
| // ==/UserScript== | |
| GM_addStyle(" \ | |
| .remnant-unit-container, .sponsored_post { \ | |
| display: none !important; \ | |
| } \ | |
| "); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment