From 5b4b2caded3d7256d8124943f774b902e59c0779 Mon Sep 17 00:00:00 2001 From: riricdev Date: Sun, 6 Sep 2026 13:17:35 +0200 Subject: [PATCH] =?UTF-8?q?perf(zfprobe):=20purge=20code=20mort=20et=20r?= =?UTF-8?q?=C3=A9pare=20la=20fermeture=20du=20hero?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suppression des clés i18n jamais utilisées `run` et `finalRun` (fr/en). Id fantôme `ft-hero` référé en JS mais absent du HTML : l'id est ajouté aux 2 pages pour que le héros se masque bien en fin d'analyse multi-passes (répair du comportement prévu). Cache v14→v15. --- public/fingerprint-test/en/index.html | 4 ++-- public/fingerprint-test/index.html | 4 ++-- public/js/zfprobe.js | 6 ------ 3 files changed, 4 insertions(+), 10 deletions(-) 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()