Recaptcha Skipper (Google Sorry)

Try to skip google recaptcha error page automatically through reloading the page. If not, redirect to configurable url

Δημιουργός
rigid_function
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
2.300
Βαθμολογίες
1 0 1
Έκδοση
0.4.0
Δημιουργήθηκε την
14/09/2021
Ενημερώθηκε την
16/02/2025
Μέγεθος
10 KB
Συμβατότητα
Συμβατό με Firefox Συμβατό με Chrome Συμβατό με Opera Συμβατό με Safari Συμβατό με Edge
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε

Google think you are a bot because of your bad ISP and shared IP Address¡?

This script tries to redirect you to the actual link you browsed for.

Sometimes this works fine but if not, there's a 3sec cooldown progress bar that you can click to stop and a button to force the redirect I talked before. The forced redirect tries 3 times the same URL, if fails all attempts then will redirect you to the defined search engine url (by default DuckDuckGo)

Configuration

  • redirect_to (def: true): This controls redirection, if disabled you will not be redirected to the defined URL (the URL bellow).
  • redirect_to_url (def: "https://duckduckgo.com/?q="): The URL to automatically redirect you if all 3 attempts to search on Google failed. Note that you need to set the query/search parameter (?q=)!!!
  • promp_redirect (def: true): If enabled, the User interface with the 3sec cooldown will be created upon page load and only redirect when the cooldown ends. If disabled you'll be automatically redirected without cooldown (like pressing the arrow in the cooldown UI)
  • verbose_logging (def: false): print debug messages in console.

Also know as "Bypass Google Sorry" if you don't like the name.