NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @id tumblradbloc
// @name Tumblr Adbloc
// @version 0.1
// @namespace com.tumblr.anomieintheusa
// @author Anomie in the USA!
// @description Blocks ads on tumblr
// @include http*://www.tumblr.com*
// @run-at window-load
// ==/UserScript==
var jq = document.createElement('script');
jq.src = '//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';
document.getElementsByTagName('head') [0].appendChild(jq);
$('.sponsored_post') .toggle()