79639062

Date: 2025-05-26 14:07:01
Score: 1.5
Natty:
Report link

The answer was really easy: I just needed to get the ID of the button in picture 4. Once I could get it dynamically, I just had to simulate a click with JavaScript.

document.getElementById("buttonID").click();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bastian Leguay