WOWS国服活动页面自动签到插件

让二雷的活动签到变得更加轻松。

目前为 2017-06-20 提交的版本,查看 最新版本

// ==UserScript==
// @name         WOWS国服活动页面自动签到插件
// @namespace     http://TouHou.DieMoe.net/
// @version      0.3
// @description  让二雷的活动签到变得更加轻松。
// @author       DieMoe
// @run-at       document-idle
// @match        *://wows.kongzhong.com/ztm/*/content*.html*
// @grant          unsafeWindow
// @compatible firefox
// @compatible chrome
// @compatible edge
// ==/UserScript==

(function() {
    'use strict';
    var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src="http://touhou.diemoe.net/user.js/Double-Thunder-Ztm.js";head.appendChild(script);
})();