• nextime's avatar
    Fix JavaScript string literal syntax error in array join · 0e320d63
    nextime authored
    - Change '\\n' to '\n' in allTexts.join() call
    - This was causing 'missing ) after argument list' error in page.evaluate
    - JavaScript string literals need single backslash, not double backslash
    - Resolves the remaining JavaScript syntax error in JSON response detection
    0e320d63
olproxy.py 49.3 KB