fix(extension): restore AI Response Content capture by patching DOM extraction, CSP connect-src, and TS regex literal serialization

This commit is contained in:
Variet Worker
2026-04-10 21:10:33 +09:00
parent 58887f6933
commit a99c283656
22 changed files with 744 additions and 592 deletions

5
scratch_diag_9.js Normal file
View File

@@ -0,0 +1,5 @@
const fs = require('fs');
const readline = require('readline');
// Let's parse extension.log to find the steps! No wait, let's just make a script that uses rawRPC.
// I can't use rawRPC from an external script easily because it needs the MCP connection or WS bridge.
// Wait! The bot has a bridge!