LogFAQs > #495242

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 *
RockMFR 5
10/31/11 8:42:00 PM
#29:


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

--
Be a good little washing machine, now... o_0
... Copied to Clipboard!
Topic List
Page List: 1