/blog-adblocker-fingerprinting-demo

Interactive demos for an ad blocker fingerprint article

Primary LanguageTypeScriptMIT LicenseMIT

Usage

You need to install Node.js and Yarn to run the application.

Install Yarn dependencies. Open this directory in a terminal and run:

yarn install

Quick run

yarn start

Then open one of the demos in a browser:

Press Ctrl+C in the terminal to stop.

Production build

yarn build

The result HTML code will appear in the dist directory.

Development

See contributing.md