NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Remove AntiAdblock on TF1/TMC replay // @namespace http://tampermonkey.net/ // @version 0.1 // @description Remove AntiAdblock on TF1/TMC replay // @author You // @match https://www.tf1.fr/* // @grant none // @licence MIT // ==/UserScript== (function() { 'use strict'; ADBlock.enable = true; // Your code here... })();