金剛直播長期登錄自動修改

金剛直播長期登錄自動修改,主代碼由 Poporing 提供,整體代碼由 三倍免肉 維護

// ==UserScript==
// @name        金剛直播長期登錄自動修改
// @namespace   https://discord.gg/GvWdqMA
// @description 金剛直播長期登錄自動修改,主代碼由 Poporing 提供,整體代碼由 三倍免肉 維護
// @match       https://www.kingkong.com.tw/*
// @version     2018.6.8.28
// @grant       none
// @homepageURL    https://gf.qytechs.cn/scripts/368580
// ==/UserScript==

storageTimeKingKong();

function storageTimeKingKong() {

    console.log('page.load');
    var timecheck=30000;
    var json_str = JSON.parse(localStorage.getItem("userTokenCache"));

    if (json_str !== null){
        json_str.storageTime = 13148794030678;
        console.log(JSON.stringify(json_str));
        localStorage.setItem("userTokenCache",JSON.stringify(json_str));
    }

    if (json_str !== null){
        if (json_str.storageTime == 13148794030678){
            console.log('storageTime == 13148794030678');
            timecheck=3600000;
        }
    }

    setTimeout(function(){ storageTimeKingKong(); }, timecheck);

}

QingJ © 2025

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