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

slixkly

fix the slix from stop working

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

// ==UserScript==
// @name         slixkly
// @namespace    greasyfork
// @version      0.0.3
// @description  fix the slix from stop working
// @author       testman
// @run-at       document-start
// @match        https://splix.io/
// @license      MIT
// @grant        none
// ==/UserScript==


(() => {
    'use strict';
    setTimeout(()=>{console.log('muahahaha hehehe hhihih')},2000);
})();

QingJ © 2025

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