Litihum73 / Remove AntiAdblock on TF1/TMC replay

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