好书友

好书友自动领取在线奖励

目前為 2021-09-25 提交的版本,檢視 最新版本

// ==UserScript==
// @name         好书友
// @namespace    https://gf.qytechs.cn/zh-CN/users/821
// @version      0.2
// @description  好书友自动领取在线奖励
// @author       ashcarbide
// @match        https://www.93hsy.com/
// @icon
// @grant        none
// ==/UserScript==
function autoclick(){
    if(document.getElementById('online_link').href=="https://www.93hsy.com/plugin.php?id=gonline:index&action=award&formhash=89a98787"){
        document.getElementById('online_link').click();
        setTimeout(function(){location.reload();}, 5000);
        return true;}
    location.reload();
}
setTimeout(function(){autoclick();},20000);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址