Skip to content

Instantly share code, notes, and snippets.

@meh
Created February 17, 2015 14:47
Show Gist options
  • Select an option

  • Save meh/e4daa79fca96452e1a3b to your computer and use it in GitHub Desktop.

Select an option

Save meh/e4daa79fca96452e1a3b to your computer and use it in GitHub Desktop.
// ==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