fix the slix from stop working
بۇ قوليازمىنى بىۋاسىتە قاچىلاشقا بولمايدۇ. بۇ باشقا قوليازمىلارنىڭ ئىشلىتىشى ئۈچۈن تەمىنلەنگەن ئامبار بولۇپ، ئىشلىتىش ئۈچۈن مېتا كۆرسەتمىسىگە قىستۇرىدىغان كود: // @require https://update.greasyfork.org/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);
})();