NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Rotten Tomatoes Ad Blocker // @version 1.0 // @namespace https://webdevnerdstuff.com/ // @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! // @description Remove Ads // @copyright 2018+ WebDevNerdStuff (https://webdevnerdstuff.com/) // @include http://www.rottentomatoes.com/* // @include https://www.rottentomatoes.com/* // @include http://editorial.rottentomatoes.com/* // @include https://editorial.rottentomatoes.com/* // @icon http://www.rottentomatoes.com//favicon.ico // @updateURL https://openuserjs.org/meta/webdevnerdstuff/Rotten_Tomatoes_Ad_Blocker.meta.js // @downloadURL https://openuserjs.org/src/scripts/webdevnerdstuff/Rotten_Tomatoes_Ad_Blocker.user.js // @grant GM_addStyle // @license MIT // ==/UserScript== GM_addStyle('body{background:#eee !important; background-image:none !important;}#top_leaderboard_wrapper,#medrec_top_ad,.adColumn,.sleaderboard_wrapper,#medrec_bottom_ad{display:none !important;} #miniMOB .col-sm-17{width:100% !important;}#homepage-podcast-panel .panel-body > .col-sm-12{width:79% !important;}');