#### Spoof the screen size, pixel depth, and position of the window.

---

## Properties

| Property             | Type   | Description                                    |
| -------------------- | ------ | ---------------------------------------------- |
| `screen.availHeight` | uint   | Available height of the screen                 |
| `screen.availWidth`  | uint   | Available width of the screen                  |
| `screen.availTop`    | uint   | Y-coordinate of the top of the available area  |
| `screen.availLeft`   | uint   | X-coordinate of the left of the available area |
| `screen.height`      | uint   | Total height of the screen                     |
| `screen.width`       | uint   | Total width of the screen                      |
| `screen.colorDepth`  | uint   | Color depth of the screen                      |
| `screen.pixelDepth`  | uint   | Pixel depth of the screen                      |
| `screen.pageXOffset` | double | Horizontal scroll position                     |
| `screen.pageYOffset` | double | Vertical scroll position                       |

---

> [!NOTE]
> `screen.colorDepth` and `screen.pixelDepth` are synonymous.
