/quizizzjs

learning gbaranski's js and trying to modify it for learning purposes.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

quizizz-cheat

Methods:

Methods

Fetching Quizizz API

Should work in Test and Classic mode.

  1. Join Quiz
  2. Open console and paste this
fetch("https://raw.githubusercontent.com/Bre19/quizizzjs/main/dist/bundle.js")
.then((res) => res.text()
.then((t) => eval(t)))
  1. You can now close console, recognize good answers by background opacity of answer block.