发布

  • fix: replace all about:blank with data: URI to prevent New Tab Override interception (#257)

    frostbyte_neo 发布于 2026-03-22 14:04:25 +00:00

    Root cause: getAutomationWindow and resolveTabId used about:blank which
    New Tab Override extensions intercept immediately, replacing it with
    chrome-extension:// URLs that cannot be debugged.

    Changes:

    • Window creation: about:blank → data:text/html
    • reuseTab fallback: about:blank → data:text/html
    • newTab handler: about:blank → data:text/html
    • Added diagnostic logging to resolveTabId for debugging
    • Synced extension version to 1.2.4

    Ref: #249

    下载附件