Update README.md

This commit is contained in:
z0ccc 2022-06-06 13:39:41 -04:00 committed by z0ccc
parent 6ac1b57d26
commit edb6174055

View file

@ -10,16 +10,14 @@ Vytal can mock your timezone, locale, geolocation and user agent. This data can
Vytal is utilizes the chrome.debugger API to mock this data. This allows the data to be changed in frames, web workers and during the initial loading of a website. It also makes the spoofing completely undetectable.
You can test and compare Vytal and other extensions on https://vytal.io
Vytal contains no ads and signup is not required.
## Advantages of chrome.debugger API
Most extensions that provide anti-fingerprinting features rely on content scripts to inject script tags into webpages. Code injected with this method is used to spoof data points. There are many limitations to script tag injection method which you can read about here: https://palant.info/2020/12/10/how-anti-fingerprinting-extensions-tend-to-make-fingerprinting-easier/
The chrome.debugger API allows data points to be spoofed without the limitations of script tag injection's.
You can test and compare Vytal and other extensions on https://vytal.io
Vytal contains no ads and signup is not required.
## Limitations
### Tab initialization