When I click on a "Load more" button in the website, there are new variations loaded. You can spot them on the "Network" tab in the inspector of google chrome
See here the output when I clicked, the new color options are shown
Once a request with a status are logged in this "network" tab. Is it possible to add a listener or some sort to a specific log of this, for example: once the "Rectangle-Copy-14.png" is logged, call a function.
Asking this for this project but also for in the future, I don't use a lot of javascript in this project but for in the future I will.