Skip to content

Commit

Permalink
add a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noble-8 committed Apr 4, 2023
1 parent 82a99b8 commit 734589f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

# Browser Finger print spoofing

[Browser finger printing](https://en.wikipedia.org/wiki/Device_fingerprint) refers to the practice of collecting information about a user's web browser and using it to create a unique digital profile that can be used to track the user's online activities across different websites. This can include information about the user's device, operating system, browser version, installed plugins, screen resolution, and more.

We want to safegaurd the user against this profiling.
here is a chrome extension that anonymoizes the user.
- It can spoof the navigator values.
- It can protect againt Canvas fingerprinting
- It can spoof the User Agent to a random device
- Block Images
- Block Javascript from running on pages

try out our chrome extension here:
- https://amiunique.org/
- https://coveryourtracks.eff.org/
- https://browserleaks.com/canvas - for canvas fingerprinting
## Installation

- clone the repo
- go to [chrome://extensions/](chrome://extensions/)
- click on load upacked

## Authors

- [Akash Nair](https://github.com/noble-8)
- [Kalyanasundharam Kathiresan](https://github.com/Kalvinci)

0 comments on commit 734589f

Please sign in to comment.