// ==UserScript== // @name Dark JVC Fix // @namespace http://tampermonkey.net/ // @version 0.1 // @description Fix Dark jvc liste des topics // @author Dwnlt // @match https://www.jeuxvideo.com/forums/0-* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; document.getElementsByClassName("dfp__atf")[0].remove(); })();