| OLD | NEW |
| 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 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 lib/notificationHelper.js | 78 lib/notificationHelper.js |
| 79 lib/prefs.js | 79 lib/prefs.js |
| 80 lib/punycode.js | 80 lib/punycode.js |
| 81 lib/requestBlocker.js | 81 lib/requestBlocker.js |
| 82 lib/stats.js | 82 lib/stats.js |
| 83 lib/subscriptionInit.js | 83 lib/subscriptionInit.js |
| 84 lib/tldjs.js | 84 lib/tldjs.js |
| 85 lib/url.js | 85 lib/url.js |
| 86 lib/utils.js | 86 lib/utils.js |
| 87 lib/whitelisting.js | 87 lib/whitelisting.js |
| 88 adblockpluscore/lib/coreUtils.js |
| 88 adblockpluscore/lib/antiadblockInit.js | 89 adblockpluscore/lib/antiadblockInit.js |
| 89 adblockpluscore/lib/cssRules.js | 90 adblockpluscore/lib/cssRules.js |
| 90 adblockpluscore/lib/downloader.js | 91 adblockpluscore/lib/downloader.js |
| 91 adblockpluscore/lib/elemHide.js | 92 adblockpluscore/lib/elemHide.js |
| 92 adblockpluscore/lib/events.js | 93 adblockpluscore/lib/events.js |
| 93 adblockpluscore/lib/filterClasses.js | 94 adblockpluscore/lib/filterClasses.js |
| 94 adblockpluscore/lib/filterListener.js | 95 adblockpluscore/lib/filterListener.js |
| 95 adblockpluscore/lib/filterNotifier.js | 96 adblockpluscore/lib/filterNotifier.js |
| 96 adblockpluscore/lib/filterStorage.js | 97 adblockpluscore/lib/filterStorage.js |
| 97 adblockpluscore/lib/matcher.js | 98 adblockpluscore/lib/matcher.js |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 addSubscription.label | 143 addSubscription.label |
| 143 addSubscriptionAdd.label | 144 addSubscriptionAdd.label |
| 144 addSubscriptionOther.label | 145 addSubscriptionOther.label |
| 145 acceptableAds2.label | 146 acceptableAds2.label |
| 146 viewList.label | 147 viewList.label |
| 147 readMore.label | 148 readMore.label |
| 148 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 149 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 149 title.label | 150 title.label |
| 150 adblockplus/chrome/locale/*/meta.properties = =name | 151 adblockplus/chrome/locale/*/meta.properties = =name |
| 151 adblockplusui/locale/*/firstRun.json = =* | 152 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |