MCPcopy
hub / github.com/Max-Eee/NeoPass / getCleanText

Function getCleanText

data/inject/chatbot.js:541–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected