AdMaven (LootLabs) Bypass

Bypass AdMaven and LootLabs links

Verze ze dne 10. 08. 2024. Zobrazit nejnovější verzi.

// ==UserScript==
// @name         AdMaven (LootLabs) Bypass
// @namespace    http://et.goatbypassers.xyz
// @version      1.2
// @description  Bypass AdMaven and LootLabs links
// @match        *://*.*/s?*
// @grant        GM_xmlhttpRequest
// @connect      et.goatbypassers.xyz
// @require      https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js
// @resource     toastrCSS https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css
// @run-at       document-start
// @author       Shehajeez (GoatBypassers)
// ==/UserScript==

(function() {
    'use strict';

    const css = GM_getResourceURL("toastrCSS");
    const l = document.createElement("link");
    l.rel = "stylesheet";
    l.href = css;
    document.head.appendChild(l);

    const u = encodeURIComponent(window.location.href);
    const a = `https://et.goatbypassers.xyz/api/adlinks/bypass?url=${u}`;

    GM_xmlhttpRequest({
        method: "GET",
        url: a,
        onload: function(r) {
            const d = JSON.parse(r.responseText);
            if (d.bypassed) {
                n("Bypassing AdMaven and LootLabs... Please wait.");
                setTimeout(() => {
                    window.location.href = d.bypassed;
                }, 3000);
            }
        }
    });

    function n(msg) {
        toastr.info(msg, "ETHOS");
    }
})();
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

注册一下就行

Rainyun

一年攒够 12 元