Skip to content

Commit 05021c1

Browse files
committed
feat: 添加*.user.bg.js后台脚本后缀监听
1 parent bd769a0 commit 05021c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/apps/script/manager.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ export class ScriptManager extends Manager {
135135
},
136136
{
137137
urls: [
138-
"*://*/*.user.js", chrome.runtime.getURL("/") + '*.user.js',
139-
"https://*/*.user.sub.js",
138+
"*://*/*.user.js", "https://*/*.user.sub.js", "https://*/*.user.bg.js",
140139
],
141140
types: ["main_frame"],
142141
},

0 commit comments

Comments
 (0)