Open HazeWorksOnFiveMServer opened 1 year ago
try again and use the link in the screenshot as an example
also this looks like one of those websites so i don't think it's anything to do with bypassing
Updated the Link
oh i think it's somewhat simple
sounds good
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)
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)
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.
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);
});
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?