NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Mediaite AdBlock
// @version 1
// @grant none
// @license MIT
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// ==/UserScript==
$(function(){
$(".c-adblocker-modal-wrap").remove();
$(".has-adblock-detected").removeClass("has-adblock-detected");
});