(s)
| 27 | getGrScore(); |
| 28 | |
| 29 | function getRightName(s){ |
| 30 | return s.replace(/:\s|:|\s/g,"-").toLowerCase(); |
| 31 | } |
| 32 | |
| 33 | function getMcScore(){ |
| 34 | getResult("http://www.metacritic.com/game/pc/"+gameName, function(d){ |
no outgoing calls
no test coverage detected