Full Changelog: v130.0.1-beta.6...v130.0.1-beta.7
Keep in mind that Camoufox is in active development and not production ready.
If you experience any issues, please report them here.
Changes:
- Fix Int1 timezone errors
- Allow pasting in console by default
- Refactored patches
- Added geolocation spoofing
- Added timezone spoofing (#5)
New properties:
Property | Description |
---|---|
geolocation:latitude | Latitude to use. Requires geolocation:longitude to be set as well.
|
geolocation:longitude | Longitude to use. Requires geolocation:longitude to be set as well.
|
geolocation:accuracy | Accuracy in meters. This will be calculated automatically using the decminal percision of geolocation:latitude & geolocation:longitude if not set.
|
timezone | Set a custom TZ timezone (e.g. "America/Chicago"). This will also change Date() to return the local time. See here for a list of valid timezones.
|