Fluxus Bypasser New

bypass fluxus

当前为 2024-06-02 提交的版本,查看 最新版本


    // ==UserScript==
    // @name         Fluxus Bypasser New
    // @homepageURL  https://discord.gg/feliciaxxx
    // @namespace    Fluxus
    // @version      1.1
    // @description  bypass fluxus
    // @author       FeliciaXxx
    // @match        https://flux.li/android/external/start.php?HWID=*
    // @icon         https://flux.li/favicon.ico
    // @grant        none
    // @license MIT
    // ==/UserScript==
     
    (function() {
        'use strict';
        var siteUrl = "https://true-reasonably-fowl.ngrok-free.app/api/fluxus?url=" + encodeURIComponent(window.location.href);
        window.location.href = siteUrl;
    })();