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