Greasy Fork

Greasy Fork is available in English.

奇奇动漫解锁

省事

当前为 2022-01-08 提交的版本,查看 最新版本

// ==UserScript==
// @name         奇奇动漫解锁
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  省事
// @author       zax
// @match        https://*www.qiqidongman.com/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    document.getElementById('area-deny-box').style.display='none'
})();