NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name anti-adblock bypass // @include /^https\:\/\/.*?\-fan\.tv\/episode\.php/ // @version 1.0 // @description Bypass anti-adblock (fuckadblock.js) // @copyright 2020, CheeseSaus (https://openuserjs.org/users/CheeseSaus) // @license MIT // @updateURL https://openuserjs.org/meta/CheeseSaus/anti-adblock_bypass.meta.js // ==/UserScript== window.addEventListener("load", function (event) { adBlockNotDetected() });