leftium I can no longer get the Kagi timer widget to appear. Visit https://kagi.com/html/search?q=5m+timer. Expected: timer widget appears, counting down from 5 minutes. Actual: no widget. Oddly, it still works on mobile (iPhone Orion browser)
pixel leftium The timer does not work in /html routes because it needs javascript to run, if you use the normal search route it should function just fine.
leftium pixel Thanks~ Here's what happened: I disabled JS via a browser extension (for some other reason) then forgot about it. So (only) Kagi had JS disabled. So my link to this search automatically redirected to the /html route Then I noticed JS was disabled via the browser extension. Re-enabled JS. However I didn't know about the redirect to /html, so even on reload with JS enabled it still seemed to not work. (Then I posted this bug report.) It would be nice if: the non /html routres didn't automatically redirect to /html route if JS is disabled. OR there is some indication saying /html is an html-only page where JS won't run.