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