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
7.89k stars 593 forks source link

New Waterfox workaround #378

Open bitingsock opened 1 year ago

bitingsock commented 1 year ago

System

Extension

Bug description Failed to install on Waterfox current (showed Error: Attempt to postMessage on disconnected port) until looking at procmon showed waterfox was resulting NAME NOT FOUND when looking for: "HKCU\Software\Mozilla\NativeMessagingHosts\org.buster.client" Adding the value as described in https://github.com/dessant/buster/issues/84#issuecomment-501676701 with the the mozilla location let client-app install correctly.

reg add "HKEY_CURRENT_USER\Software\Mozilla\NativeMessagingHosts\org.buster.client" /ve /d "C:\Users\%USERNAME%\AppData\Local\buster\manifest\firefox\org.buster.client.json" /f