From a3d61001a098f0f08e23bdaeadc672b8a9166b21 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 23 Mar 2025 11:13:20 +0800 Subject: Note when subtlecrypto is in use --- tmpl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmpl.go') diff --git a/tmpl.go b/tmpl.go index 65dc79e..aaa99a1 100644 --- a/tmpl.go +++ b/tmpl.go @@ -92,7 +92,7 @@ document.addEventListener("DOMContentLoaded", function() { // Update status every 256 tries if ((nonce & 0x00FFn) === 0n) { - status_el.textContent = "Tried " + nonce + " candidates so far..."; + status_el.textContent = "Attempting to solve automatically via SubtleCrypto. Tried " + nonce + " candidates so far..."; await new Promise(r => setTimeout(r, 0)); } } -- cgit v1.2.3