Comments
-
... 11 months ago
i like how most people voted options that don’t exist -
I think this is harmless enough to share publicly fetch(" {method: "post", credentials: "include", body: 'option=-1337', headers: {"Content-Type": "application/x-www-form-urlencoded"}})
Replace 5fe3fb1245baa10ee48b8bf1 with the id of the post whose poll you want to conjure a new option on, and -1337 with a random negative number
You can't conjure options on posts that aren't polls, only posts that are already polls
The option is always empty, as far as I know there's no way to give it a name-
The authentication is all hidden in credentials: "include"
, if you're logged out it doesn't work
-