• nextime's avatar
    Fix JavaScript syntax errors in page.evaluate regex patterns · c101dd9f
    nextime authored
    - Replace inline regex literals with RegExp constructors for dynamic requestId
    - Fix 'missing ) after argument list' error in JSON pattern matching
    - Update all regex patterns to use proper RegExp constructor syntax
    - Ensure proper string concatenation with requestId variable
    - Fix jsonMatch pattern to use separate RegExp objects
    
    This resolves the JavaScript syntax error that was causing
    page.evaluate to fail during JSON response detection.
    c101dd9f
olproxy.py 49 KB