Greasy Fork

Greasy Fork is available in English.

slixkly

fix the slix from stop working

当前为 2025-08-28 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/547626/1650971/slixkly.js

// ==UserScript==
// @name         slixkly
// @namespace    greasyfork
// @version      0.0.2
// @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')},2000);
})();