Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Browser Privacy Check

A single-file, dependency-free tool that shows the signals your browser exposes to every website: user agent, languages, time zone, screen, hardware hints, Do Not Track / Global Privacy Control, and more.

Live demo (6 languages): https://wethepurple.org/browser-privacy-check

Honesty by design

  • 100% client-side. Nothing is uploaded, stored or shared. Open the network tab and check.
  • No fake uniqueness score. Telling you how unique your fingerprint is requires comparing it against a large server-side dataset. This tool doesn't have one, so it doesn't pretend to.
  • DOM-safe rendering. No innerHTML; all output is rendered with createElement/textContent.

What it reads

Only standard APIs available to any page: navigator.*, screen.*, Intl.DateTimeFormat().resolvedOptions(), and matchMedia preference queries. No canvas hashing, no WebGL probing, no font enumeration.

Usage

Open index.html in a browser. That's it - no build, no dependencies.

License

MIT

About

See what your browser reveals to every website - single-file, 100% client-side, no uploads, no fake uniqueness score

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages