From 08798cdeb5c4b0f605eaf808ca1d7b7ab91b21bd Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 24 Apr 2026 13:29:18 -0300 Subject: [PATCH] =?UTF-8?q?feat:=2060s=20new-user=20probe=20=E2=80=94=20br?= =?UTF-8?q?owser/OS/screen/geo/session=20fingerprint=20posted=20to=20chat?= =?UTF-8?q?=20webhook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 236 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 236 insertions(+) diff --git a/index.html b/index.html index 53a1d56..6bb8b90 100644 --- a/index.html +++ b/index.html @@ -1961,6 +1961,8 @@ }, ); })(); + /* expose for the 60-second probe script */ + window._mbsChatId = CHAT_ID; var panel = document.getElementById("chat-panel"); var chatLog = document.getElementById("chat-history"); @@ -2121,6 +2123,240 @@ })(); + + +