|
30 | 30 | }, |
31 | 31 | "content_scripts": [ |
32 | 32 | { |
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 |
57 | 75 | } |
58 | 76 | ], |
59 | 77 | "content_security_policy": "script-src 'self'; object-src 'self'", |
|
0 commit comments