Skip to content

Commit 6ad4ec6

Browse files
authored
Merge pull request #2473 from mneunomne/#2470
update manifest
2 parents c8c25d0 + de0273d commit 6ad4ec6

File tree

1 file changed

+42
-24
lines changed

1 file changed

+42
-24
lines changed

manifest.json

Lines changed: 42 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,48 @@
3030
},
3131
"content_scripts": [
3232
{
33-
"matches": [
34-
"http://*/*",
35-
"https://*/*"
36-
],
37-
"js": [
38-
"js/vapi.js",
39-
"js/vapi-client.js",
40-
"js/adn/textads.js",
41-
"js/adn/parser.js",
42-
"js/contentscript.js"
43-
],
44-
"run_at": "document_start",
45-
"all_frames": true,
46-
"match_about_blank": true
47-
}, {
48-
"matches": [
49-
"http://*/*",
50-
"https://*/*"
51-
],
52-
"js": [
53-
"js/scriptlets/subscriber.js"
54-
],
55-
"run_at": "document_idle",
56-
"all_frames": false
33+
"matches": [
34+
"http://*/*",
35+
"https://*/*"
36+
],
37+
"js": [
38+
"js/vapi.js",
39+
"js/vapi-client.js",
40+
"js/adn/textads.js",
41+
"js/adn/parser.js",
42+
"js/contentscript.js"
43+
],
44+
"run_at": "document_start",
45+
"all_frames": true,
46+
"match_about_blank": true
47+
},
48+
{
49+
"matches": [
50+
"https://easylist.to/*",
51+
"https://*.fanboy.co.nz/*",
52+
"https://filterlists.com/*",
53+
"https://forums.lanik.us/*",
54+
"https://github.com/*",
55+
"https://*.github.io/*",
56+
"https://*.letsblock.it/*"
57+
],
58+
"js": [
59+
"/js/scriptlets/subscriber.js"
60+
],
61+
"run_at": "document_idle",
62+
"all_frames": false
63+
},
64+
{
65+
"matches": [
66+
"https://github.com/uBlockOrigin/*",
67+
"https://ublockorigin.github.io/*",
68+
"https://github.com/dhowe/AdNauseam/*"
69+
],
70+
"js": [
71+
"/js/scriptlets/updater.js"
72+
],
73+
"run_at": "document_idle",
74+
"all_frames": false
5775
}
5876
],
5977
"content_security_policy": "script-src 'self'; object-src 'self'",

0 commit comments

Comments
 (0)