AdguardTeam / FingerprintingBlocker

Fingerprinting blocker extension
GNU Lesser General Public License v3.0
23 stars 4 forks source link

FingerprintingBlocker Build Status

Fingerprinting blocker extension

Summary

FingerprintingBlocker is a userscript that prevents fingerprinting attempts.

Key features:

Installation

Fingerprinting Proof-of-concept sites

Test your installation with

Settings page

A temporary settings page is available at: https://AdguardTeam.github.io/FingerprintingBlocker/settings.html

Development build

Built automatically on every new commit: https://AdguardTeam.github.io/FingerprintingBlocker/fingerprintingblocker.user.js Unit test for dev build is here.

How to build

Install the package by running:

yarn install

Build the dev version of userscript without minification by running:

gulp dev

Build the beta or release version of userscript by running:

gulp beta
gulp release

Build asm.js components by installing emscripten by following official guide and optionally guide to installing for all users and running:

gulp generate-asm