You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic POST/PUT/PATCH Hooking: Injected transparent JavaScript wrappers (etch, XMLHttpRequest, and HTML5 submissions) within the mobile WebView to capture and modify outbound request body payloads in real time.
Main-Frame Form Navigation Handling: Seamlessly intercepts full-page form submissions (multipart/form-data and �pplication/x-www-form-urlencoded), allowing dynamic response injection or custom redirect rules directly inside the active browser frame.
Real-Time Dart-to-WebView Sync: Automates cookie synchronization from the background interception layer into the native Android InAppWebView instance, preventing authentication drops across complex MITM flows.
🎨 Ergonomic UI/UX Polish & Performance
Collapsible Script Editor Banner: When entering code editing mode inside the Hook Script Manager, metadata inputs auto-collapse into a compact sticky header banner—maximizing vertical workspace for the keyboard and code editor.
Native User-Agent Sanitization: Automatically strips internal WebView runtime tags (wv, Version/X.X) from the active device UA string to ensure stealthy, authentic browser emulation.
High-Throughput Telemetry Throttling: Optimized traffic log state broadcast frequency with a 100ms debounce buffer to eliminate UI stutter under heavy network interception loads.