// ==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 // @run-at document-end // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... document.getElementById('area-deny-box').style.display='none' })();