| 539 | |
| 540 | function extractHackerRankQuestion() { |
| 541 | const getCleanText = el => el?.innerText?.trim() || ""; |
| 542 | |
| 543 | // Check if it's a coding question (has Monaco editor) |
| 544 | const monacoEditor = document.querySelector('.monaco-editor, .hr-monaco-editor'); |
no outgoing calls
no test coverage detected