Skip to content
TestOnDevice

Clipboard Test

Test copy and paste with proper permission handling — only after you interact, never automatically on load.

Runs locally No upload Permission requiredHTTPS requiredWorks on mobile

The clipboard is only accessed when you click a button — never automatically on load. Reading may prompt for permission in some browsers.

How this test works

System and browser tests read information your browser already exposes through standard APIs — the navigator and screen objects, feature detection, and capability queries such as WebGL, WebGPU and the Permissions API.

No permission prompts are triggered by simply viewing these pages, and nothing is combined into a tracking identifier. Where a value is approximate because of privacy protections (like User-Agent reduction), we say so.

Capability detection tells you whether an API exists in this browser; actually using some of those APIs may still require your explicit permission or a secure context.

How to use it

  1. Open the test — most system tests read values immediately with no permission needed.
  2. Review the reported information or capability matrix.
  3. Use search or filter where provided to find a specific feature.
  4. Copy or download the results if you want to share them (they contain no hidden identifier).

What it detects

  • Browser-exposed device details: platform, screen, cores, memory hint, languages and time zone
  • Support for storage, graphics, media, worker and sensor APIs
  • WebGL/WebGPU renderer details where the browser exposes them
  • Battery, storage estimate and network information where available

What it can’t detect

  • Exact hardware model, serial numbers, or anything deliberately hidden for privacy
  • Physical component health (battery capacity, disk wear) — browsers don’t expose it
  • Values reduced by the browser, such as a precise User-Agent or full GPU string

Troubleshooting

SymptomWhat to do
Some info is missingModern browsers intentionally limit what they expose (User-Agent reduction and similar) to protect your privacy.
A feature shows unsupportedThe API doesn’t exist in this browser/context; try a recent version over HTTPS.
WebGL renderer is hiddenSome browsers mask the GPU string for privacy; that’s expected, not an error.
Battery API shows nothingSeveral browsers removed the Battery Status API for privacy; use your OS indicator instead.

FAQ

Do you fingerprint me?

No. We show information but never build a hidden cross-session fingerprint or hash.

Why is some info missing?

Modern browsers intentionally limit what they expose to protect your privacy.

Is this data sent anywhere?

No. It’s read and displayed locally in your browser.

Does ‘supported’ mean I can use the feature?

It means the API exists. Using it may still require permission or a secure (HTTPS) context.

Why doesn’t it show my exact GPU or browser version?

Browsers increasingly reduce these details for privacy, so some values are approximate.

Can this test my hardware’s health?

No. Browsers don’t expose battery capacity, disk wear, or similar health metrics.

Related tests