Greasy Fork

Dark JVC Fix

Fix Dark jvc liste des topics

目前为 2020-09-30 提交的版本。查看 最新版本

// ==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
// ==/UserScript==

(function() {
    'use strict';

    document.getElementsByClassName("dfp__atf")[0].remove();
})();