Screen frame and taskbar
GET /api/fingerprint/screen-frameScreen frame fingerprinting detects the presence and size of operating system UI elements like taskbars, docks, menu bars, and window chrome by comparing screen.width/height with screen.availWidth/availHeight. This reveals OS-specific interface configurations that are highly stable per user. Windows users with taskbars, macOS users with menu bars and docks, and Linux users with various window managers create distinctive patterns. The technique can identify dual-monitor setups, vertical vs horizontal taskbar placement, taskbar auto-hide settings, and even taskbar size customizations. Combined with screen resolution, this creates a powerful fingerprinting signal that's difficult to spoof without full OS emulation.
Move from this collector to the CreepJS signal index, live checker, API docs, and other high-value fingerprinting explainers.