(doc)
| 73 | } |
| 74 | |
| 75 | function getD2Area(doc) { |
| 76 | var elem = doc.querySelector(".rich_presence"); |
| 77 | return elem ? elem.innerText.trim() : null; |
| 78 | } |
| 79 | |
| 80 | function monitorInGameStatus(ghosts) { |
| 81 | var currentArea = null; |
no outgoing calls
no test coverage detected