question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Domain

za.gl

Link

https://zee.gl/wj7ojzo

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?

https://zee.gl/wj7ojzo
https://za.gl/1Wo5q
https://za.uy/NHtP

Code of Conduct

  • I agree to follow this project’s Code of Conduct

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
RohanDebroycommented, Nov 26, 2021

HI @lem6ns, Can you please try this bypass for za.gl

ensureDomLoaded(() => {
  domainBypass(/za\.(gl|uy)/, () => {
    //Takes care of the captcha
    ifElement("form#link-view", form => {
      document.querySelector('#x').value = '192'
	    document.querySelector('#y').value = '114'
	    document.querySelector('input[name="givenX"]').value = 'VFl0utOEF6a7BiS8YJdqTg=='
	    document.querySelector('input[name="givenY"]').value = 'rsW06vBB1oIFVpnFz61t5Q=='
      form.submit()
      return
    })

    //Bypasses the second screen where you have to view three 5 sec ads.
    ifElement("form#go-link", form => {
      window.setTimeout(() => {
        let payload = new URLSearchParams(new FormData(form)).toString();
        fetch(`${location.origin}/links/go`, {
          "headers": {
            "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
            "x-requested-with": "XMLHttpRequest"
          },
          "body":payload,
          "method": "POST",
          "mode": "cors",
        })
        .then(res => res.json())
        .then(res => {
            if(res.status === "error"){
              crowdBypass()
              return
            }
            safelyNavigate(res.url)
        })
      }, 3000)
    }, () => crowdBypass())
  })
})

The only issue with this method is you have to wait for 3seconds before you are navigated to the actual URL.

0reactions
Vojtak42commented, Dec 9, 2021

Thank you, it works. I solved it by installing adguard adblocker and disabling ublock for this domain and it works too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Za.gl - Short your long links and get paid!
za.gl is a completely free tool where you can create short links. Apart from being free, you can even get paid! So, now...
Read more >
zagl - Apps on Google Play
We combine all advertising types best payout rates up to $100 / 10000 visits. Refer friends and receive 50% of their earnings for...
Read more >
How to Earn $1000+/Month with Za.gl (Ultimate Guide)?
Za.gl is basically a URL or link shortening service that inserts advertisements within shortened links. You can share these short links online and...
Read more >
za.gl Alternatives: 25+ URL Shorteners and similar websites
za.gl is described as 'Shorten your links and make money by sending traffic to your shorted link. It gives payment under 3 business...
Read more >
How To Earn Money From za.gl - YouTube
Hy Friends In This Video I will Tell You How you Use Zagl Website. ... How To Earn Money From za.gl - Zagl...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found