-
-
Save Windows81/b5560f82d90ab4b8a7f0f72ff99e8cc7 to your computer and use it in GitHub Desktop.
Run this in your browser console to flood Mentimeter with whatever answers you'd want to put in.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(window.location.origin!='https://www.menti.com'){alert('Go to Mentimeter and enter a participation code.')} | |
var u="https://www.menti.com/core/votes/"+window.__INITIAL_STATE__.pace.presenter.currentId | |
for(let c=0;c<1;c++){ | |
let v=await fetch("https://www.menti.com/core/identifiers",{"method": "POST","content-type":"application/json; charset=UTF-8"}); | |
let i=(await v.json()).identifier | |
fetch(u,{"headers":{"x-identifier":i,"content-type":"application/json; charset=UTF-8"}, | |
"body": "{\"question_type\":\"wordcloud\",\"vote\":\"VisualPlugin Roblox\"}", | |
"method": "POST", | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment