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)
Hrequests only supports Firefox extensions.
Due to limitations in Playwright, Hrequests only supports adding addons to Firefox. Hrequests will throw an error if you attempt to pass the extensions parameter to a Chrome BrowserSession.
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