introducing
It couldn't be easier! Just put a link to your assignment and you're done! It even works for canvas edpuzzles!
Just paste the link to your assignment and click "Get answers".
Left click on the Edpuzzle window and then "View frame source". Then you can copy the link of the new window that has been opened.
Watch the tutorial video below.
Use this script below:
alert(document.querySelector("form")?.action||"Not found");
bookmark version:
javascript:alert(document.querySelector("form")?.action||"Not found");