Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 717 Bytes

File metadata and controls

13 lines (9 loc) · 717 Bytes

HANDOFF

Goal: Build a "Dynamic Smart Proxy" MV3 Extension to bypass ISP DPI/SNI blocking with advanced error detection, anti-loop mechanisms, and PAC subdomain propagation.

Key Files:

  • manifest.json: Added webRequest permissions for ISP block page detection.
  • background.js: Implements connection drop/timeout detection, ISP redirect blocks, anti-loop memory, and advanced PAC fallback logic.
  • popup.html & popup.js: Enhanced UI for proxy settings and manual domain management (add/remove).
  • README.md: Updated project documentation.

Known Issues: None currently.

Next Steps: Test the extension against real ISP DPI blocks to verify redirect handling and PAC auto-configuration.