• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 3rd, 2023

help-circle

    1. 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)
    2. Route all images through this js function
    3. Generate 100s of garbage images with captions.
    4. 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.