Highest Rated Comments


Slaich147 karma

Running this script will mark you all as submitters, giving you the blue highlight.

In Chrome you can just copy paste into your address bar (chrome removes the "javascript:" at the start, so you have to add that manually).

In Firefox: If you hit shift+F4 (or go to web developer - Scratchpad in the menu) in FF, it should open a scratchpad. If you paste the code there, and run it (Ctrl + R, or use the menu), it should work.

javascript:(function(){ 
var arr = document.getElementsByClassName("id-t2_a4rx7");
for (i = 0; i < arr.length; i++) {
   arr[i].className = arr[i].className + " submitter";
}

var arr = document.getElementsByClassName("id-t2_abse2");
for (i = 0; i < arr.length; i++) {
   arr[i].className = arr[i].className + " submitter";
}

var arr = document.getElementsByClassName("id-t2_acnhz");
for (i = 0; i < arr.length; i++) {
   arr[i].className = arr[i].className + " submitter";
}

var arr = document.getElementsByClassName("id-t2_ablrr");
for (i = 0; i < arr.length; i++) {
   arr[i].className = arr[i].className + " submitter";
}})()

Slaich13 karma

Oh, that's just cruel. People finally stopped calling asking for Jenny, and now they'll start asking for Olivia!