fix(extension): restore AI Response Content capture by patching DOM extraction, CSP connect-src, and TS regex literal serialization
This commit is contained in:
5
scratch_trigger.ps1
Normal file
5
scratch_trigger.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
Start-Sleep -Seconds 3
|
||||
$log = Get-Content 'C:\Users\Variet-Worker\.gemini\antigravity\bridge\extension.log' -Tail 500
|
||||
$port = 0
|
||||
foreach ($line in $log) { if ($line -match 'port (\d+)') { $port = $Matches[1] } }
|
||||
if ($port -gt 0) { Invoke-RestMethod -Uri "http://127.0.0.1:$port/deep-inspect"; Write-Host 'Dump success!' }
|
||||
Reference in New Issue
Block a user