// ==UserScript== // @name Dark JVC Fix // @namespace http://tampermonkey.net/ // @version 0.2 // @description try to take over the world! // @author Dwnlt // @match https://www.jeuxvideo.com/forums/0-* // @grant none // @run-at document-start // @downloadURL none // ==/UserScript== (function() { 'use strict'; document.getElementsByClassName("dfp__atf")[0].remove(); })();