Refactor proxy panel to include a new links tab with dynamic content loading and improved styling for better user interaction

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent b79dda7f03
commit 1af5cca417
3 changed files with 587 additions and 86 deletions
+10 -1
View File
@@ -26,7 +26,16 @@
{
"matches": ["<all_urls>","http://mitm/"],
"run_at": "document_start",
"js": ["proxy/content.js"]
"js": [
"proxy/links_finder.js"
]
},
{
"matches": ["<all_urls>","http://mitm/"],
"run_at": "document_end",
"js": [
"proxy/content.js"
]
}
],
"permissions": [