fix setting pac

This commit is contained in:
go0p
2025-03-04 16:07:15 +08:00
parent 322cd6dcd6
commit 2253bdffb1
10 changed files with 1109 additions and 940 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
},
"content_scripts": [
{
"matches": ["https://github.com/*"],
"matches": ["http://mitm/"],
"run_at": "document_start",
"js": ["proxy/content.js"]
}