Reddit massive downvote

javascript:{(function(){
var elements = $(document).find('.arrow.down');
var el_num = elements.length;
var index = 0;

var stack = setInterval(function () {

    if(index >= el_num) clearInterval(stack);

    var el = $(elements).get(index);
    $(el).click();
    index++;
}, 1000);
})();}

Leave a Comment

NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>