v130.0.1-beta.7
daijro/camoufoxv130.0.1-beta.7Sep 23, 2024by github-actions[bot]
AI Summary
Adds geolocation and timezone spoofing features to enhance anonymity, along with fixes for timezone errors and console functionality.
Key Highlights
- Added geolocation spoofing
- Added timezone spoofing
- Fixed Int1 timezone errors
- Allowed pasting in console by default
New Features
- geolocation:latitude property
- geolocation:longitude property
- geolocation:accuracy property
- timezone property
Full Release Notes
**Full Changelog**: https://github.com/daijro/camoufox/compare/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](https://github.com/daijro/camoufox/issues). --- ### 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](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for a list of valid timezones. |