

- Have some reasonably complex js that conditionally shows an image. (This may not need to be complex, I’m not knowledgeable on AI scrapping algos)
- Route all images through this js function
- Generate 100s of garbage images with captions.
- Add those to html source (but don’t show them to users re: step 1)
Pseudo code:
<img src=“img” hidden=“my_func(false)”/>
I’m not a web-dev (my liver can’t take the alcohol necessary to learn it), but you should get the idea.
Or just throw the garbage images into the existing AI maze.
I’m by no means knowledgeable on webdev stuff so I don’t know the performance implications.