dybdeskarphet / privacy-redirector

🔀 Redirect social media platforms to their privacy respecting frontends
https://greasyfork.org/scripts/436359-privacy-redirector
GNU General Public License v3.0
113 stars 10 forks source link

captchas no longer working #15

Closed Konfekt closed 1 year ago

Konfekt commented 1 year ago

Since the latest update, (google) captchas to prove that one is not human are only loaded after disabling this user script.

Konfekt commented 1 year ago

Other than that, a very useful script. Kudos!

dybdeskarphet commented 1 year ago

@Konfekt I realized that not only Captchas but also Google Drive, Google Maps and other Google Services don't work with Google -> Searx redirection. I'll fix it as soon as possible. Thank you for the feedback!

dybdeskarphet commented 1 year ago

@Konfekt Also you don't have to disable the whole script, you can change the redirection value to false for google redirection:

...
let fandom = [true, true];
let google = [false, true];
let gtranslate = [true, true];
...
Konfekt commented 1 year ago

Yes, thank you! In fact, I had this at some point, but how to ensure that an update does not override this setup?

dybdeskarphet commented 1 year ago

Yes, thank you! In fact, I had this at some point, but how to ensure that an update does not override this setup?

@Konfekt Unfortunately, there is no way to keep your own settings after the update. The only solution is copying them into another file and replacing the default values after updates.