v133.0-beta.19

daijro/camoufoxv133.0-beta.19Dec 9, 2024by github-actions[bot]

AI Summary

Removed night sky theme and added Canvas anti-fingerprinting capabilities.

Key Highlights

  • Removed night sky theme background GIF
  • Added Canvas anti-fingerprinting

New Features

  • canvas:aaOffset
  • canvas:aaCapOffset

Full Release Notes

**Full Changelog**: https://github.com/daijro/camoufox/compare/v133.0-beta.18...v133.0-beta.19

---

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

- Remove night sky theme background GIF #123
- Added Canvas anti-fingerprinting (see [here](https://camoufox.com/fingerprint/canvas))

**New Properties**

| Property | Type | Description |
| -------- | ----- | ----------- |
| `canvas:aaOffset` | int | Offset each pixel's transparency when drawing anti-aliasing. |
| `canvas:aaCapOffset` | bool | By default, the offset will cause the pixel's transparency to wrap around the 0-255 alpha range. By enabling this property, the offset will be clamped to 0-255. |