Script Summary: checks a page to find open builds on any player links
works on most pages in GLB
it'll look for any player links on the page. for each link it will check that player's page for an open build. if it is open, the player link will have the text '*OPEN*' added to it
or you can easily edit the script to change the text that gets inserted next to links of open builds if *OPEN* is too much clutter. just change the line with
var OPEN_TEXT = " *OPEN*"



