bypass fluxus
当前为
// ==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;
})();