Sorry, Google!

Take your search elsewhere on the "/sorry" captcha pages Google serves when you use a VPN. Hold CTRL while clicking to open in a new tab.

< Feedback on Sorry, Google!

Review: Good - script works

§
Posted: 2024-04-20
Edited: 2024-04-20

I like it, I like a lot!

WE would really-Really-REALLY love to add more 'buttons' i.e. more search engines; like found in https://greasyfork.org/scripts/33226-bypass-google-sorry-recaptcha, but also add custom ones.

Anyway you could add a method to the script; or tell us how to custom-mod the script to do so?

apAuthor
§
Posted: 2024-04-21
Edited: 2024-04-21

Thank you! I think the script you linked to had a slightly different use case. That one redirects you to one of three adjacent google domains.

My script does not attempt to redirect you, it just gives you a button to take your search to DuckDuckGo so you don't have to solve that annoyingly stubborn captcha that always took me forever.

Curious to hear which search engines you'd like to add, though I think I'd prefer to keep it simple so that maintenance remains simple as well. Regardless, it should not be too hard to customize to change it to a search engine of your own liking. You'd just have to change this one line:

const ddgUrl = `https://duckduckgo.com/?q=${query}`;

For example, it you want to have the button take you to Bing you'd change it to:

const ddgUrl = `https://www.bing.com/search?q=${query}`;

Thanks again, it's great to see it being useful to other people!

apAuthor
§
Posted: 2024-04-21

What the hell, why not. :) I've updated the script and added 3 more search engines (Bing, Brave and Startpage). Enjoy!

§
Posted: 2024-04-21
Edited: 2024-04-21

Bravo! I'm so glad to provided such motivation! 😆

The results are exactly what I was wishing! I modified the button list to my own preferences:

Thanks so much for creating this!

apAuthor
§
Posted: 2024-04-21

Happy to hear it, Azazello! Glad it's useful :) Make sure to uncheck auto update in your userscript extension settings to keep your modifications safe from future updates.

Post reply

Sign in to post a reply.