| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 title=Download Adblock Plus | 1 title=Download Adblock Plus |
| 2 description=Get Adblock Plus for free on Firefox, Chrome, Opera, Safari, Android and iOS | 2 description=Get Adblock Plus for free on Firefox, Chrome, Opera, Safari, Android and iOS |
| 3 template=minimal | 3 template=minimal |
| 4 | 4 |
| 5 <head> | 5 <head> |
| 6 <style> | 6 <style> |
| 7 header img { | 7 header img { |
| 8 width: 4em; | 8 width: 4em; |
| 9 height: auto; | 9 height: auto; |
| 10 } | 10 } |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 26 { "name": "Edge (beta)", "url": "https://www.microsoft.com/store/p/adblock -plus/9nblggh4r9nz" }, | 26 { "name": "Edge (beta)", "url": "https://www.microsoft.com/store/p/adblock -plus/9nblggh4r9nz" }, |
| 27 { "name": "Opera", "url": "https://addons.opera.com/extensions/details/ope ra-adblock/" }, | 27 { "name": "Opera", "url": "https://addons.opera.com/extensions/details/ope ra-adblock/" }, |
| 28 { "name": "Maxthon", "url": "http://www.maxthon.com/mx5/features/ad-blocke r/" }, | 28 { "name": "Maxthon", "url": "http://www.maxthon.com/mx5/features/ad-blocke r/" }, |
| 29 { "name": "Yandex Browser", "url": "https://chrome.google.com/webstore/det ail/cfhdojbkjhnklbpkdaibdccddilifddb" } | 29 { "name": "Yandex Browser", "url": "https://chrome.google.com/webstore/det ail/cfhdojbkjhnklbpkdaibdccddilifddb" } |
| 30 ] | 30 ] |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "id": "mobile", | 33 "id": "mobile", |
| 34 "icons": { "1x": "device-mobile.png", "2x": "device-mobile.svg" }, | 34 "icons": { "1x": "device-mobile.png", "2x": "device-mobile.svg" }, |
| 35 "icon_alt": "Mobile icon", | 35 "icon_alt": "Mobile icon", |
| 36 "title": "Block ads in your mobile browser", | 36 "title": "Block ads on your mobile browser", |
|
juliandoucette
2018/07/30 16:46:12
Detail: Correction reported on IRC
ire
2018/07/31 00:10:09
Acknowledged.
| |
| 37 "platforms": [ | 37 "platforms": [ |
| 38 { "name": "Samsung Internet (Android)", "url": "https://play.google.com/st ore/apps/details?id=org.adblockplus.adblockplussbrowser&hl" }, | 38 { "name": "Samsung Internet (Android)", "url": "https://play.google.com/st ore/apps/details?id=org.adblockplus.adblockplussbrowser&hl" }, |
| 39 { "name": "Safari (iOS)", "url": "https://itunes.apple.com/app/adblock-plu s-abp-remove-ads-browse-faster-without-tracking/id1028871868?mt=8" }, | 39 { "name": "Safari (iOS)", "url": "https://itunes.apple.com/app/adblock-plu s-abp-remove-ads-browse-faster-without-tracking/id1028871868?mt=8" }, |
| 40 { "name": "Firefox", "url": "https://addons.mozilla.org/android/addon/adbl ock-plus/" } | 40 { "name": "Firefox", "url": "https://addons.mozilla.org/android/addon/adbl ock-plus/" } |
| 41 ] | 41 ] |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 "id": "abb", | 44 "id": "abb", |
| 45 "icons": { "1x": "abb-icon.png", "2x": "abb-icon-2x.png" }, | 45 "icons": { "1x": "abb-icon.png", "2x": "abb-icon-2x.png" }, |
| 46 "icon_alt": "Adblock Browser logo", | 46 "icon_alt": "Adblock Browser logo", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 85 {% set platform_identifier = device.id + "-product-name-" + loop.i ndex | string %} | 85 {% set platform_identifier = device.id + "-product-name-" + loop.i ndex | string %} |
| 86 <a href="{{ platform.url }}">{{ platform.name | translate(platform _identifier, "Product name") }}</a>{{ ", " if loop.index != loop.length }} | 86 <a href="{{ platform.url }}">{{ platform.name | translate(platform _identifier, "Product name") }}</a>{{ ", " if loop.index != loop.length }} |
| 87 </li> | 87 </li> |
| 88 {% endfor %} | 88 {% endfor %} |
| 89 </ul> | 89 </ul> |
| 90 </div> | 90 </div> |
| 91 </div> | 91 </div> |
| 92 {% endfor %} | 92 {% endfor %} |
| 93 </div> | 93 </div> |
| 94 </div> | 94 </div> |
| LEFT | RIGHT |