Fluxus Bypasser New

bypass fluxus

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

作者
FeliciaXxx
评分
0 0 0
版本
1.1
创建于
2024-06-02
更新于
2024-06-02
大小
650 字节
许可证
MIT
适用于

// ==UserScript==
// @name Fluxus Bypasser New
// @homepageURL https://discord.gg/feliciaxxx
// @namespace fluxus bypass
// @version 1.1
// @description bypass fluxus new
// @author conel
// @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;
})();