Currently if you search for image on kagi
you land on a url like https://kagi.com/images?q=kia+ev6+2025+interior
Then if you click on an image the url changes to something like
https://kagi.com/images?q=kia%20ev6%202025%20interior&id=1
the id referring to which # of the images in the result you clicked on
There's various problems with this:
- the id doesn't update, it stays on whatever the first image was you clicked on
- the id's can accumulate:
If you click this link and then click on the second image for example, you'll see the url changes to https://kagi.com/images?q=kia%20ev6%202025%20interior&id=1&id=2