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

multi-step GET method with disappearing button and removeEventListener call

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, and the EventListener on the secret button is removed.