• nextime's avatar
    Simplify JavaScript code structure for better reliability · 10316371
    nextime authored
    - Removed complex escape sequence handling that caused syntax errors
    - Simplified cleanJsonText function to focus on essential HTML entity decoding
    - Streamlined malformed JSON handling with cleaner pattern matching
    - Reduced nested try-catch complexity for better maintainability
    - Maintained core functionality while improving code reliability
    10316371
olproxy.py 47.9 KB