diff --git a/assets/index.js b/assets/index.js index 1b5110c..798181e 100644 --- a/assets/index.js +++ b/assets/index.js @@ -89,8 +89,8 @@ function updateClientInfo() { } const cleanClientInfo = clientInfo - .replace(/\u00C2/g, "") - .replace(/\u00A0?µs/g, "µs") + .replace(/\u00C2\u00B5s/g, "µs") + .replace(/µs/g, "µs") .replace(/[\u0080-\u00FF]/g, "") .trim();