diff --git a/README.md b/README.md index db804f1..4e9d69f 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,4 @@ This extension provides data on multiple different ways you are tracked around t Only anonymous data will be collected to improve accuracy of the fingerprint analysis. The extension settings allow this to be turned off so once the extension popup is closed all the data is deleted with it. This ensures complete user privacy. -Vytal contains no ads and signup is not required. - -Download for Chrome: - -https://chrome.google.com/webstore/detail/Vytal/ncbknoohfjmcfneopnfkapmkblaenokb - -Download for Firefox: - -https://addons.mozilla.org/en-US/firefox/addon/Vytal - -Github for Extension: - -https://github.com/z0ccc/Vytal-extension \ No newline at end of file +Vytal contains no ads and signup is not required. \ No newline at end of file diff --git a/frontend/src/components/FingerprintBlock.js b/frontend/src/components/FingerprintBlock.js index 51dcbfc..3f131c8 100644 --- a/frontend/src/components/FingerprintBlock.js +++ b/frontend/src/components/FingerprintBlock.js @@ -107,16 +107,16 @@ const FingerprintBlock = () => { const hash = md5(JSON.stringify(fingerprintData)).toString(); const tableData = [ - { - key: 'hash', - title: 'Hash', - value: hash, - }, { key: 'name', title: 'Name', value: name, }, + { + key: 'hash', + title: 'Hash', + value: hash, + }, ]; return ( @@ -132,9 +132,10 @@ const FingerprintBlock = () => { )}
- Explanation: JavaScript can be used to read various information - about your software. This information can be used to create a - fingerprint. + Explanation: This fingerprint is a unique identifier that can be + used to follow you around the web. Even if you clear cookies, change + your ip or use private mode the fingerprint will stay the same. Enter + your name below and reload the page in private mode to test it out.
{saved ? (Success! Re-scan browser.
diff --git a/frontend/src/components/LocationBlock.js b/frontend/src/components/LocationBlock.js index f67f904..a0f0e95 100644 --- a/frontend/src/components/LocationBlock.js +++ b/frontend/src/components/LocationBlock.js @@ -53,15 +53,13 @@ const LocationBlock = () => { return (- Explanation: JavaScript can be used to read various information - about your software. This information can be used to create a - fingerprint. -
+ Explanation: +