CrawlMaze - Testbed for Web Crawlers - multi-step request with removed button

multi-step GET method with disappearing button

When the 'show secret button' button is pressed, a new button is created in JavaScript. This new button has an EventListener that executes a GET request via JavaScript fetch when clicked. However, if the decoy button or any other part of the screen is clicked, the button is removed from the DOM.