diff --git a/public/fingerprint-test/en/index.html b/public/fingerprint-test/en/index.html index d41052e..8cb60b3 100644 --- a/public/fingerprint-test/en/index.html +++ b/public/fingerprint-test/en/index.html @@ -32,7 +32,7 @@
-
+

Nothing leaves your browser

Browser Fingerprint Test

@@ -159,6 +159,6 @@
- + diff --git a/public/fingerprint-test/index.html b/public/fingerprint-test/index.html index 1af70d0..8e5015a 100644 --- a/public/fingerprint-test/index.html +++ b/public/fingerprint-test/index.html @@ -32,7 +32,7 @@
-
+

Rien ne quitte votre navigateur

Test d'empreinte numérique

@@ -157,6 +157,6 @@
- + diff --git a/public/js/zfprobe.js b/public/js/zfprobe.js index 6cb201c..4b18e55 100644 --- a/public/js/zfprobe.js +++ b/public/js/zfprobe.js @@ -5,7 +5,6 @@ var TEXTS = { fr: { - run: "Lancer l'analyse", running: "Analyse en cours…", again: "Relancer l'analyse", intro: @@ -65,7 +64,6 @@ tourN: "Passage {n}/{t}", tourRunning: "Analyse {n}/{t} en cours…", tourDone: "Passage {n}/{t} terminé — on réanalyse…", - finalRun: "Dernier passage — calcul final en cours…", multiTitle: "Votre niveau d'exposition au suivi", multiIntro: "L'analyse s'est déroulée sur plusieurs instants d'affilée, avec un rechargement de la page entre chaque passage. Ce qui suit compare les empreintes d'un passage à l'autre et évalue à quel point il est possible de vous suivre.", secScore: "Niveau d'exposition", @@ -88,7 +86,6 @@ whatExposed: "Ce qui vous identifie" }, en: { - run: "Run the analysis", running: "Analyzing…", again: "Run again", intro: @@ -148,7 +145,6 @@ tourN: "Pass {n}/{t}", tourRunning: "Analyzing pass {n}/{t}…", tourDone: "Pass {n}/{t} done — running again…", - finalRun: "Last pass — computing the final result…", multiTitle: "How trackable you are", multiIntro: "The analysis ran several times in a row, reloading the page between each pass. What follows compares the fingerprints across passes and gauges how easily you can be tracked.", secScore: "Exposure level", @@ -2172,8 +2168,6 @@ }) } - var whatSection = $id("ft-what-section") - if (whatSection) whatSection.classList.add("fp-hidden") var privacyNote = $id("ft-privacy-note") if (privacyNote) privacyNote.classList.add("fp-hidden") revealSignals()