a550rgy / Mediaite AdBlock

// ==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");
});