dessant / buster

Captcha solver extension for humans, available for Chrome, Edge and Firefox
https://addons.mozilla.org/en-US/firefox/addon/buster-captcha-solver/
GNU General Public License v3.0
8.03k stars 597 forks source link

Support Safari on macOS #255

Open docgonzo2015 opened 3 years ago

docgonzo2015 commented 3 years ago

Is it possible to release it for macos/safari?

dessant commented 3 years ago

I'm open to it, but the native messaging API works differently on Safari, it messages the app in which the extension is embedded, not an independent executable. So to support the client app, we'd have to rewrite it at least partially, or figure out a way to relay messages to it.

Gerzer commented 3 years ago

I would love Safari support! I might be able to help out w/ specific tasks in the porting process.

steebchen commented 3 years ago

This would be awesome. I'd be happy to pay a small 3 digit bounty if someone can make this work :)

DarthGigi commented 3 years ago

I'd love it to support Safari!

rakleed commented 1 year ago

@dessant Web Extensions support doesn't help much?