| LEFT | RIGHT |
| 1 [general] | 1 [general] |
| 2 version = 1.12.2 | 2 version = 1.12.2 |
| 3 backgroundScripts = lib/polyfills/url.js | 3 backgroundScripts = lib/polyfills/url.js |
| 4 lib/polyfills/promise.js | 4 lib/polyfills/promise.js |
| 5 lib/polyfills/fetch.js | 5 lib/polyfills/fetch.js |
| 6 ext/common.js | 6 ext/common.js |
| 7 ext/background.js | 7 ext/background.js |
| 8 lib/compat.js | 8 lib/compat.js |
| 9 lib/info.js | 9 lib/info.js |
| 10 lib/publicSuffixList.js | 10 lib/publicSuffixList.js |
| 11 lib/adblockplus.js | 11 lib/adblockplus.js |
| 12 messageResponder.js | 12 messageResponder.js |
| 13 background.js | 13 background.js |
| 14 testScripts = ../ext/common.js | 14 testScripts = ../ext/common.js |
| 15 ../ext/background.js | 15 ../ext/background.js |
| 16 ../lib/compat.js | 16 ../lib/compat.js |
| 17 ../lib/info.js | 17 ../lib/info.js |
| 18 ../lib/adblockplus.js | 18 ../lib/adblockplus.js |
| 19 ../lib/publicSuffixList.js | 19 ../lib/publicSuffixList.js |
| 20 common.js | 20 common.js |
| 21 tests/adblockplus.js | 21 tests/adblockplus.js |
| 22 tests/versionComparator.js | 22 tests/versionComparator.js |
| 23 tests/url.js | 23 tests/url.js |
| 24 tests/signatures.js | |
| 25 tests/cssEscaping.js | 24 tests/cssEscaping.js |
| 26 permissions = http://*/* https://*/* | 25 permissions = http://*/* https://*/* |
| 27 author = Eyeo GmbH | 26 author = Eyeo GmbH |
| 28 | 27 |
| 29 [contentScripts] | 28 [contentScripts] |
| 30 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j
s | 29 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j
s |
| 31 document_end = include.postload.js | 30 document_end = include.postload.js |
| 32 | 31 |
| 33 [mapping] | 32 [mapping] |
| 34 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js | 33 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 addSubscription.label | 139 addSubscription.label |
| 141 addSubscriptionAdd.label | 140 addSubscriptionAdd.label |
| 142 addSubscriptionOther.label | 141 addSubscriptionOther.label |
| 143 acceptableAds2.label | 142 acceptableAds2.label |
| 144 viewList.label | 143 viewList.label |
| 145 readMore.label | 144 readMore.label |
| 146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 145 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 147 title.label | 146 title.label |
| 148 adblockplus/chrome/locale/*/meta.properties = =name | 147 adblockplus/chrome/locale/*/meta.properties = =name |
| 149 adblockplusui/locale/*/firstRun.json = =* | 148 adblockplusui/locale/*/firstRun.json = =* |
| LEFT | RIGHT |