Just so everyone knows the MSNBC poll on whether or not Darren Wilsons indictment verdict was correct or not is being fixed by 4chan. They have several bots programed to do nothing but spam votes for yes.

but yeah the above makes it to where theres about 500 votes every second in favor of Darren Wilson. I just thought yall might like to know so you wouldn’t get upset by seeing the poll so dramatically in Wilsons favor.
that’s 2 votes every second not 500 votes every second. the 500 you see there is milliseconds.
fixed version of the script that votes no instead.
function vote() {
x = new XMLHttpRequest();
x.open("GET","http://secure.today.com/_api/poll/vote?pollid=5521&pollAnswer=229287&callback=_jqjsp", true);
x.send();
}
setInterval(vote,250);
This votes “no” 4 times a second. I doubt we’d be able to outnumber all of 4chan’s votes at this point, even with the script running at twice the speed as theirs, but there you go.
