bypass fluxus By Stickx

bypass fluxus use api stickx

// ==UserScript==
// @name         bypass fluxus By Stickx
// @homepageURL  https://discord.gg/byMKdEURYV
// @namespace    https://greasyfork.org/en/users/1302141-conel
// @version      1.1
// @description  bypass fluxus use api stickx
// @author       conel
// @match        https://flux.li/android/external/start.php?HWID=*
// @icon         https://stickx.top/favicon.ico
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    var siteUrl = "https://stickx.top/key-fluxus/?url=" + encodeURIComponent(window.location.href);
    window.location.href = siteUrl;
})();