- Download from Mozilla Addons
- Go to extension preferences
- Configure endpoint from the server
- Add emails/passwords to the preferences
- Press save
- Click on the extension This will spawn the same number of tabs as there are emails/passwords
- Wait for it to load
- Complete the captcha and press continue (email/password autofills)
- After that, it will autofill the password and continue to the chat site.
Done. It connects to the endpoint and you can leave it open.
version: '3.3'
services:
firefox:
container_name: firefox
ports:
- '5800:5800'
volumes:
- '<host folder path>:/config:rw'
image: jlesage/firefox
- create a folder that will contain the app data for firefox
- access container via
<ip-address>:5800
and finish the firefox setup - procceed to follow step 1 in Setup section
- now follow steps in Running section
In order to develop locally you need to use guide provided by Mozilla: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#trying_it_out and follow next steps:
- Clone this repository
- Go to
about:debugging
in Firefox - Specify this directory as a temporary extension
- It will be loaded on top of the existing extension if you have one
- You can debug your new feature.