daijro
595828a446
Update Makefile & add navigation debugging
2024-10-09 20:48:58 -05:00
daijro
80b084a9b3
feat: Add human-like cursor movement & cursor highlighter #19 beta.10
...
All info in README.
2024-10-02 21:15:46 -05:00
daijro
5263cb6305
Add locale spoofing #16 beta.8
...
Spoof the Intl API, headers, and system locale values.
Added the following properties:
- locale:language
- locale:region
- locale:script
2024-09-28 17:09:22 -05:00
daijro
8385561b19
Add timezone spoofing #5
...
Adds "timezone" property to set a custom tz identifier (ex: "America/Chicago").
Also changes Date() properties to return the local time.
2024-09-22 22:00:58 -05:00
daijro
917c159d57
Add geolocation spoofing
...
Adds the following:
- geolocation:latitude
- geolocation:longitude
- geolocation:accuracy
If accuracy is not provided, it will be automatically calculated based on the decimal precision of the given latitude and longitude.
2024-09-22 08:30:40 -05:00
daijro
a2cb02df8a
Add config type validator
...
- Validates property types passed in --config.
- Types are stored in properties.json.
2024-08-18 05:14:20 -05:00