Firefox addons
Import Firefox extensions into a Browser instance
Firefox extensions can be easily imported into a browser session. Some potentially useful extensions include:
uBlock Origin - Ad & popup blocker (Automatically installed)
hektCaptcha - Hcaptcha solver (Download)
FastForward - Bypass & skip link redirects (Download)
Extensions are added with the extensions
parameter:
This can be an list of absolute paths to unpacked extensions:
Note that these need to be unpacked extensions. You can unpack a .xpi
file by changing the file extension to .zip
and extracting the contents.
Usage example of using a captcha solver:
Last updated