Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.11 KB

Browser Finger print spoofing

Browser fingerprinting 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 safeguard the user against this profiling. here is a Chrome extension that anonymizes the user.

  • It can spoof the navigator values.
  • It can protect against 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:

Installation

  • clone the repo
  • go to chrome://extensions/
  • click on load upacked

Authors