diff --git a/index.html b/index.html index 243d1e9..2004557 100644 --- a/index.html +++ b/index.html @@ -235,6 +235,18 @@ id="btn-reset-local" value="Clear all local data" /> +
+ Manual Reset Instructions +
+

If the automatic reset parameter fails, perform a manual reset in your browser:

+
    +
  1. Open Developer Tools by pressing F12 or Ctrl+Shift+I (Cmd+Option+I on Mac).
  2. +
  3. Navigate to the Application tab (Chrome/Edge) or Storage tab (Firefox).
  4. +
  5. Locate storage items and select Clear Site Data or delete entries under IndexedDB, Local Storage, and Session Storage.
  6. +
  7. Reload the page.
  8. +
+
+