Add advanced reload and history clearing features

Introduces hard reload and fresh reload buttons to the UI, allowing users to reload pages while ignoring cache or with a cache-busting parameter. Refactors session and browser data clearing logic to handle multiple sessions and resets history JSON files. Adds per-section clear buttons for site and search history in settings, improving user control over stored data.
This commit is contained in:
2025-08-11 10:59:10 +12:00
parent 6596c13d4d
commit 80b9354fce
5 changed files with 141 additions and 70 deletions
+2
View File
@@ -51,6 +51,8 @@
<span id="zoom-percent">100%</span>
<button id="zoom-in-btn">+</button>
</div>
<button id="hard-reload-btn">Hard Reload (Ignore Cache)</button>
<button id="fresh-reload-btn">Reload Fresh (Add Cache-Buster)</button>
</div>
</div>
</div>