(function(){var cntr=1000;
$("[data-action-form='#report-action-form']").click();
$("[value='breaking reddit']").click();
$("[value='other']").click();
$("[name='other_reason']").val("Good night.");
$(".action-form [type='submit']").each(function(){var self = this; setTimeout(function(){$(self).click()}, cntr+=500)})})();