Skip to content

bribes/mathnation-review-exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Math Nation Review Exploit

Pulls up a review menu with all the questions and answers.

Create a bookmark with this URL

javascript:(()=>{sectionID=(params=location.pathname.split("/"))[2],type="pretest"==params[1]?"pretest":"posttest"==params[1]?"posttest":"standard";let t=new FormData;t.append("sectionID",sectionID),t.append("type",type),fetch("https://web.algebranation.com/api/testyourself/start/",{method:"POST",body:t}).then(t=>t.json()).then(t=>{reviewQuestion(t.data[0].assessmentID,1)})})();