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
2025-04-02 10:43:35 +08:00
parent 2f1acfc1dc
commit 8de9bbb277
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": [