feat: add more matched 4399 sites for content scripting

This commit is contained in:
riku-42 2024-08-12 17:31:34 +08:00 committed by Nathan Adams
parent 11e15d1acc
commit 7a689f1c45
1 changed files with 6 additions and 1 deletions

View File

@ -194,7 +194,12 @@ async function enable() {
},
{
id: "4399",
matches: ["https://www.4399.com/flash/*"],
matches: [
"*://www.4399.com/flash/*",
"https://news.4399.com/qiu/",
"https://my.4399.com/*",
"http://sjsj.4399.com/",
],
js: ["dist/siteContentScript4399.js"],
world: "MAIN",
runAt: "document_start",