Greasy Fork镜像 还支持 简体中文。

shoo-2

shooshoo

目前為 2025-08-31 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.gf.qytechs.cn/scripts/547936/1652384/shoo-2.js

// ==UserScript==
// @name         shoo-2
// @namespace    http://tampermonkey.net/
// @version      0.2.4
// @description  shooshoo
// @author       moomoo
// @match        https://splix.io/
// @icon         https://avatars.githubusercontent.com/u/189983996
// @grant        none
// @run-at       document-start
// ==/UserScript==

await(async function () {
    const currentVersion = '0.2.4'
    const cacheBust = Math.floor(Date.now()/(60*1000))
    const latest = (await (await fetch(`https://update.gf.qytechs.cn/scripts/547936/shoo-2.js?v=${cacheBust}`)).text())
    const match = text.match(/@version\s+([0-9]+\.[0-9]+\.[0-9]+)/);
    const latestVersion = match && match[1] === currentVersion;
    console.log(match[1])
    if (latestVersion){
       console.log('0.2.4');
    } else {
        await (new Function("return (async () => { " + latest + " })()"))();
    }
})()

QingJ © 2025

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