b851a127c7
Improve search
...
This new approach makes sure the input field is hidden on browsers which
ignore `display:none`, such as w3m or lynx.
2025-05-14 14:51:49 +02:00
f0571e9e38
Change event listener init
2025-01-10 09:49:43 +01:00
62457781e5
Improve search script
2024-10-07 20:55:08 +02:00
8ace90578e
Add favicon
2024-01-26 17:12:11 +01:00
aa289de836
Search optimisation
...
These changes make the code more efficient, since going trough an array
with `forEach` is faster than iterating with a foor loop on every input
change. Using `indexOf()` instead of `includes()` is faster as well.
2022-12-09 13:17:29 +01:00
9d2305bd68
Search optimisation
2022-09-30 22:05:25 +02:00
5403e0e556
Enable search on category listing
2021-12-04 22:10:40 +01:00
30ba45ccb1
More font styles and formats
2021-12-02 13:09:26 +01:00
7cd81915fa
Custom font and rendering
2021-12-02 11:36:56 +01:00