FastForward icon indicating copy to clipboard operation
FastForward copied to clipboard

[PULL REQUEST] Add bypasses + a fix

Open kiraio-moe opened this issue 7 months ago • 8 comments

  • [X] I made sure there are no unnecessary changes in the code;
  • [X] Tested on Chromium (Includes Opera, Brave, Vivaldi, Edge, etc);
  • [X] Tested on Firefox.

Improvements:

  • Add EditorConfig to preserve Code Style.
  • Add bypasses for link1s.com (fix #40) & sh.st (fix #227). Tried the best.

kiraio-moe avatar Dec 06 '23 12:12 kiraio-moe

Download the artifacts for this pull request:

github-actions[bot] avatar Dec 06 '23 17:12 github-actions[bot]

Don't merge this yet, I want to add more bypasses form here.

kiraio-moe avatar Dec 08 '23 06:12 kiraio-moe

add mboost.me bypass also and fix linkvertise use bypass.city all liscense to code MIT

MBOOST BYPASS: // @match https://mboost.me// // @grant none // @license MIT // ==/UserScript==

(function() { // Find all script elements on the page const scripts = document.getElementsByTagName('script');

// Loop through all script elements
for (let i = 0; i < scripts.length; i++) {
    const script = scripts[i];
    const scriptContent = script.innerHTML;

    // Check if the script contains the targeturl pattern
    if (scriptContent.includes('"targeturl":')) {
        // Extract the link from the script content
        const targeturlRegex = /"targeturl":\s*"(.*?)"/;
        const match = scriptContent.match(targeturlRegex);

        if (match && match.length > 1) {
            const redirectLink = match[1];

            // Redirect to the extracted link
            window.location.replace(redirectLink);
            break;
        }
    }
}

LOOTLINK BYPASS:

[Working] loot-link.com bypasser (includes all lootlabs.gg link variations)

bypasses loot-link.com quickly and efficiently, saving you time and energy.

// @match https://loot-link.com/s?* // @match https://loot-links.com/s?* // @match https://lootlinks.co/s?* // @match https://lootdest.info/s?* // @match https://lootdest.org/s?* // @match https://links-loot.com/s?* // @match https://linksloot.net/s?* // @run-at document-end // @downloadURL https://update.greasyfork.org/scripts/483207/%5BWorking%5D%20loot-linkcom%20bypasser%20%28includes%20all%20lootlabsgg%20link%20variations%29.user.js // @updateURL https://update.greasyfork.org/scripts/483207/%5BWorking%5D%20loot-linkcom%20bypasser%20%28includes%20all%20lootlabsgg%20link%20variations%29.meta.js // ==/UserScript==

(function () { if (typeof p == 'object' && p?.PUBLISHER_LINK) { window.location.assign(p['PUBLISHER_LINK']); }

GITHUBTRASHACCOUNT avatar Jan 09 '24 15:01 GITHUBTRASHACCOUNT

add filedm bypass soon

GITHUBTRASHACCOUNT avatar Jan 09 '24 15:01 GITHUBTRASHACCOUNT

Stop! Don't @ mention me.

grant avatar Jan 09 '24 17:01 grant

add mboost.me bypass also and fix linkvertise use bypass.city all liscense to code MIT

MBOOST BYPASS: // @match https://mboost.me// // @grant none // @license MIT // ==/UserScript==

(function() { // Find all script elements on the page const scripts = document.getElementsByTagName('script');

// Loop through all script elements
for (let i = 0; i < scripts.length; i++) {
    const script = scripts[i];
    const scriptContent = script.innerHTML;

    // Check if the script contains the targeturl pattern
    if (scriptContent.includes('"targeturl":')) {
        // Extract the link from the script content
        const targeturlRegex = /"targeturl":\s*"(.*?)"/;
        const match = scriptContent.match(targeturlRegex);

        if (match && match.length > 1) {
            const redirectLink = match[1];

            // Redirect to the extracted link
            window.location.replace(redirectLink);
            break;
        }
    }
}

LOOTLINK BYPASS:

[Working] loot-link.com bypasser (includes all lootlabs.gg link variations)

bypasses loot-link.com quickly and efficiently, saving you time and energy.

// @match https://loot-link.com/s?* // @match https://loot-links.com/s?* // @match https://lootlinks.co/s?* // @match https://lootdest.info/s?* // @match https://lootdest.org/s?* // @match https://links-loot.com/s?* // @match https://linksloot.net/s?* // @run-at document-end // @downloadurl https://update.greasyfork.org/scripts/483207/%5BWorking%5D%20loot-linkcom%20bypasser%20%28includes%20all%20lootlabsgg%20link%20variations%29.user.js // @updateURL https://update.greasyfork.org/scripts/483207/%5BWorking%5D%20loot-linkcom%20bypasser%20%28includes%20all%20lootlabsgg%20link%20variations%29.meta.js // ==/UserScript==

(function () { if (typeof p == 'object' && p?.PUBLISHER_LINK) { window.location.assign(p['PUBLISHER_LINK']); }

Thanks for the reference.

kiraio-moe avatar Jan 11 '24 07:01 kiraio-moe

@kiraio-moe Are you still working on this?

undeadjess avatar Apr 01 '24 01:04 undeadjess

@kiraio-moe Are you still working on this?

I don't have time to work on this ATM. Sorry. I'm really busy in my RL job :(

kiraio-moe avatar Apr 01 '24 08:04 kiraio-moe