LogFAQs > #495247

LurkerFAQs ( 06.29.2011-09.11.2012 ), Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, DB8, DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
Topic* 2011 Rivals Guru Contest - Bracket Entry Phase *
Ngamer64
10/31/11 8:47:00 PM
#34:


RockMFR 5 posted...
The javascript thing doesn't work so easily in Firefox 6 and later. Need to do this now:

1) Go to the bracket entry page
2) Type Shift+F4 (or in the menu, Tools->Web Developer->Scratchpad)
3) Enter this into the window that appears (same as in the original post, minus the "javascript:" part):
var picks = ''; for (var i = 1; i <= 63; i++) { switch (i) { case 1: picks += 'Round 1:\n'; break; case 33: picks += '\nRound 2:\n'; break; case 49: picks += '\nRound 3:\n'; break; case 57: picks += '\nRound 4:\n'; break; case 61: picks += '\nRound 5:\n'; break; case 63: picks += '\nFINALS:\n'; break; } if (document.getElementById('b'+i+'-1').className == 'picked') { picks += document.getElementById('b'+i+'-1').textContent; } else { picks += document.getElementById('b'+i+'-2').textContent; } picks += '\n'; } picks += '\nTiebreaker: ' + document.forms.bracket.tie_break.value; alert(picks);
4) In the menu, Execute->Run


Ah, great advice Rock! I'll edit this into the opening post (if I have room).

--
thengamer.com/guru thengamer.com/xstats board8.wikia.com
You should search for The Show, the cool podcast featuring Guru Champ Black Turtle!
... Copied to Clipboard!
Topic List
Page List: 1