NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name HDRezka Player Ads Disabler // @name:en HDRezka Player Ads Disabler // @namespace ANT0x1 // @version 1.2.4 // @date 2016-04-01 // @description Отключает рекламу в плеере на HDRezka. // @description:en Disables all ads in player on site HDRezka. // @author ANT0x1 // @include http://*.cdnapponline.com/* // @updateURL https://openuserjs.org/meta/ANT0x1/HDRezka_Player_Ads_Disabler_[12].meta.js // @downloadURL https://openuserjs.org/install/ANT0x1/HDRezka_Player_Ads_Disabler_[12].user.js // @icon http://hdrezka.me/templates/hdrezka/images/favicon.ico // @run-at document-end // @homepage https://openuserjs.org/scripts/ANT0x1/ // @grant none // @copyright 2016, ANT0x1 // ==/UserScript== (function() { 'use strict'; adv_enabled = false; console.log("Ads disabled."); })();