Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bypass needed for https://ify.ac #1155

Open
HazeWorksOnFiveMServer opened this issue Oct 6, 2023 · 11 comments
Open

Bypass needed for https://ify.ac #1155

HazeWorksOnFiveMServer opened this issue Oct 6, 2023 · 11 comments
Labels
New-bypass A site is not bieng bypassed stale

Comments

@HazeWorksOnFiveMServer
Copy link

HazeWorksOnFiveMServer commented Oct 6, 2023

Link

https://ify.ac/cXr

Version

Manifest-v3

What browser(s) are you using?

Chrome browsers (includes brave, edge, opera, etc)

What platform are you using?

Computer (Windows, Linux, MacOS)

(Optional) Anything else?

image

@HazeWorksOnFiveMServer HazeWorksOnFiveMServer added the New-bypass A site is not bieng bypassed label Oct 6, 2023
@driedpampas
Copy link
Contributor

try again and use the link in the screenshot as an example

@driedpampas
Copy link
Contributor

also this looks like one of those websites so i don't think it's anything to do with bypassing

@HazeWorksOnFiveMServer
Copy link
Author

Updated the Link

@driedpampas
Copy link
Contributor

oh i think it's somewhat simple

@HazeWorksOnFiveMServer
Copy link
Author

sounds good

@driedpampas
Copy link
Contributor

@driedpampas
Copy link
Contributor

choose the package respective of your browser and load it
(heads up: if you're on firefox stable or beta, you'll need to change the contact email in the manifest.json file and upload it to addons as self distributed to install it)

@driedpampas
Copy link
Contributor

also ill finish this bypass and pr it after all the mv2 bypasses are ported to mv3 so you'll have to reinstall the ext every update (so ill keep the linkify branch on my repo and update it whenever origin gets an update)

@github-actions
Copy link

This issue is stale because it has been open for 30 days with no activity. To undo this, make some activity on this issue or create a new one.

@github-actions github-actions bot added the stale label Oct 28, 2023
@rofdsfdsff
Copy link

rofdsfdsff commented May 5, 2024

ify.ac bypass
It may not work
as it was created in chatgpt

domainBypass("ify.ac", () => {
    ensureDomLoaded(() => {
        // Код, который нужно выполнить после загрузки DOM
    });

    // Функция для проверки ссылок на странице и перехода на страницу без рекламы
    const bypassAdLinks = () => {
        const adLink = document.querySelector("a[href^='https://ify.ac/get/']");
        if (adLink) {
            safelyNavigate(adLink.href);
        } else {
            console.log("Ссылка без рекламы не найдена.");
        }
    };

    // Проверка ссылок на странице сразу при загрузке
    bypassAdLinks();

    // Проверка ссылок при каждом изменении URL (например, при переходе на новую страницу)
    window.addEventListener("hashchange", bypassAdLinks);
    window.addEventListener("popstate", bypassAdLinks);
});

@github-actions github-actions bot removed the stale label Nov 21, 2024
Copy link

This issue will be closed soon, please see #1504

@github-actions github-actions bot added the stale label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New-bypass A site is not bieng bypassed stale
Projects
None yet
Development

No branches or pull requests

3 participants