// ==UserScript==
// @name 畅玩4399
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 4399去未成年和登录限制弹窗,目前仅限h5小游戏
// @author 毅
// @match *://*.4399.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// @require https://cdn.bootcdn.net/ajax/libs/jquery/3.2.1/jquery.min.js
// @license GPL License
// @downloadURL none
// ==/UserScript==
(function() {
'use strict';
window.onload = function(){
/*
$('#bigdiv').append(`
`);
*/
$('#Anti_mask').after(`
`)
}
// Your code here...
})();