屏蔽灰机wiki的开屏广告

如题

// ==UserScript==
// @name         屏蔽灰机wiki的开屏广告
// @namespace    http://tampermonkey.net/
// @license MIT
// @version      0.2
// @description  如题
// @author       ALINGCAT
// @match        *.huijiwiki.com/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @run-at       document-body
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    vH = undefined;
    // Your code here...
})();