Greasy Fork

Dark JVC Fix

try to take over the world!

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

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

(function() {
    'use strict';

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