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

egao.in #24

Closed
1 task done
SuperMarioMakerII opened this issue Sep 15, 2021 · 3 comments · Fixed by #33
Closed
1 task done

egao.in #24

SuperMarioMakerII opened this issue Sep 15, 2021 · 3 comments · Fixed by #33
Labels
New-bypass A site is not bieng bypassed

Comments

@SuperMarioMakerII
Copy link

Domain

https://doronime.id/anime/tensei-shitara-slime-datta-ken-2nd-season-part-2/episode-23

Link

https://egao.in/?id=eyJpdiI6IkhOVmpVNlNJa0JtVGJxWDNUMEFaMkE9PSIsInZhbHVlIjoibk5NWHNteUk4QWJheWdoZEZwMmRWdz09IiwibWFjIjoiZTI4NjIwMjMwZWQzNjkxMDdmZWU5OGI5N2Y1OGYzY2NlZGNiMjY3YmNiODQ4YTQxMzBkZTJjYTZhMDliMWFkOCJ9

Version

0.0.0

What browsers are you seeing the problem on?

Firefox

What OS are you seeing the problem on?

Windows

(Optional) Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@SuperMarioMakerII SuperMarioMakerII added the New-bypass A site is not bieng bypassed label Sep 15, 2021
@NotAProton
Copy link
Member

NotAProton commented Sep 15, 2021

Would you test this please.

domainBypass("egao.in", () => {
    
    
	setTimeout(function (){
	    awaitElement("button#SafelinkChecker", a => {
        a.click();
        })
        
        setTimeout(function (){
            awaitElement("a#SafelinkGenerate", b => {
            safelyAssign(b.href);
        })}, 2000);

    }, 2500);
})

EDIT:
@lem6ns has a much better bypass in #33

@omurkaya
Copy link

Would you test this please.

it worked well.

@NotAProton
Copy link
Member

Fixed, thanks for the report

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants