public Oxygen u Key System Bypasser

Bypass the Oxygen u Key System

// ==UserScript==
// @name         public Oxygen u Key System Bypasser
// @version      1.0
// @description  Bypass the Oxygen u Key System
// @author       nonculturedperson / dindin
// @match        *://lootlinks.co/*
// @match        *://oxygenu.xyz/*
// @license      lol
// @namespace    https://gf.qytechs.cn/en/users/1242451
// ==/UserScript==
 
 
(function() {
    'use strict';
 
    const redirectMap = {
        "https://lootlinks.co/s?dmC0": "oxygenu.xyz/KeySystem/Check1.php",
        "https://lootlinks.co/s?dmC1": "oxygenu.xyz/KeySystem/Main.php",
        "https://oxygenu.xyz/KeySystem/Check1.php": "lootlinks.co/s?dmC1",
    };
 
    const currentURL = window.location.href;
 
    if (currentURL in redirectMap) {
        window.location.replace(`https://${redirectMap[currentURL]}`);
    }
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址