Skip to content

Commit

Permalink
feat: 添加*.user.bg.js后台脚本后缀监听
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Nov 7, 2021
1 parent bd769a0 commit 05021c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/apps/script/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ export class ScriptManager extends Manager {
},
{
urls: [
"*://*/*.user.js", chrome.runtime.getURL("/") + '*.user.js',
"https://*/*.user.sub.js",
"*://*/*.user.js", "https://*/*.user.sub.js", "https://*/*.user.bg.js",
],
types: ["main_frame"],
},
Expand Down

0 comments on commit 05021c1

Please sign in to comment.