Left: | ||
Right: |
OLD | NEW |
---|---|
1 [general] | 1 [general] |
2 version = 1.13.2 | 2 version = 1.13.2 |
3 backgroundScripts = ext/common.js | 3 backgroundScripts = ext/common.js |
4 ext/background.js | 4 ext/background.js |
5 lib/compat.js | 5 lib/compat.js |
6 lib/info.js | |
7 lib/publicSuffixList.js | 6 lib/publicSuffixList.js |
8 lib/adblockplus.js | 7 lib/adblockplus.js |
9 messageResponder.js | 8 messageResponder.js |
10 background.js | 9 background.js |
11 testScripts = ../ext/common.js | 10 testScripts = ../ext/common.js |
12 ../ext/background.js | 11 ../ext/background.js |
13 ../lib/compat.js | 12 ../lib/compat.js |
14 ../lib/info.js | |
15 ../lib/adblockplus.js | 13 ../lib/adblockplus.js |
16 ../lib/publicSuffixList.js | 14 ../lib/publicSuffixList.js |
17 common.js | 15 common.js |
Sebastian Noack
2017/04/03 06:07:25
You also have to add the injectinfomodule option f
kzar
2017/04/03 06:21:59
Whoops you're right, I did that but put it in the
| |
18 tests/prefs.js | 16 tests/prefs.js |
19 tests/versionComparator.js | 17 tests/versionComparator.js |
20 tests/url.js | 18 tests/url.js |
21 tests/cssEscaping.js | 19 tests/cssEscaping.js |
22 permissions = http://*/* https://*/* | 20 permissions = http://*/* https://*/* |
23 author = eyeo GmbH | 21 author = eyeo GmbH |
24 | 22 |
25 [contentScripts] | 23 [contentScripts] |
26 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo ad.js | 24 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo ad.js |
27 document_end = include.postload.js | 25 document_end = include.postload.js |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
120 addSubscription.label | 118 addSubscription.label |
121 addSubscriptionAdd.label | 119 addSubscriptionAdd.label |
122 addSubscriptionOther.label | 120 addSubscriptionOther.label |
123 acceptableAds2.label | 121 acceptableAds2.label |
124 viewList.label | 122 viewList.label |
125 readMore.label | 123 readMore.label |
126 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 124 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
127 title.label | 125 title.label |
128 adblockplus/chrome/locale/*/meta.properties = =name | 126 adblockplus/chrome/locale/*/meta.properties = =name |
129 adblockplusui/locale/*/firstRun.json = =* | 127 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |