AdMaven / LootLinks Bypass

Bypass AdMaven and LootLinks links

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

// ==UserScript==
// @name         AdMaven / LootLinks Bypass
// @namespace    http://et.goatbypassers.xyz
// @version      1.1
// @description  Bypass AdMaven and LootLinks links
// @match        *://*.*/s?*
// @grant        GM_xmlhttpRequest
// @connect      et.goatbypassers.xyz
// @author       Shehajeez (GoatBypassers)
// ==/UserScript==

(function() {
    'use strict';

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

    GM_xmlhttpRequest({
        method: "GET",
        url: apiUrl,
        onload: function(response) {
            const data = JSON.parse(response.responseText);
            if (data.bypassed) {
                showBypassMessage();
                setTimeout(() => {
                    window.location.href = data.bypassed;
                }, 3000);
            }
        }
    });

    function showBypassMessage() {
        const messageDiv = document.createElement('div');
        messageDiv.style.position = 'fixed';
        messageDiv.style.top = '0';
        messageDiv.style.left = '0';
        messageDiv.style.width = '100%';
        messageDiv.style.height = '100%';
        messageDiv.style.backgroundColor = 'rgba(0, 0, 0, 0.8)';
        messageDiv.style.color = 'white';
        messageDiv.style.display = 'flex';
        messageDiv.style.alignItems = 'center';
        messageDiv.style.justifyContent = 'center';
        messageDiv.style.fontSize = '24px';
        messageDiv.style.zIndex = '10000';
        messageDiv.style.fontFamily = 'Roboto, sans-serif';
        messageDiv.innerHTML = "Ethos is bypassing your AdMaven link. You will be redirected soon (2-8 seconds approximately).";
        document.body.appendChild(messageDiv);
    }
})();
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

一年攒够 12 元