/auto-answer-quizizz

Simple and faster to auto-answer in Quizizz

image Auto Answer Quizizz

  • Edit your Pin Code, after paste to Console of devtool + Enter
  • Press F or Shift + F to enable/disable auto answer, please don't spam or keep it as it will cause rate limiting
fetch("https://raw.githubusercontent.com/entyd1004/auto-answer-quizizz/main/bundle.js")
    .then((res) => res.text())
    .then((t) => {
        eval(t);
        autoAnswer(yourPinCode);
    });