Skip to content

Instantly share code, notes, and snippets.

@Windows81
Last active April 15, 2021 20:54
Show Gist options
  • Save Windows81/b5560f82d90ab4b8a7f0f72ff99e8cc7 to your computer and use it in GitHub Desktop.
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.
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