| OLD | NEW | 
| (Empty) |  | 
 |   1 platforms = { | 
 |   2     'firefox': { | 
 |   3         'label': 'Firefox', | 
 |   4         'href': 'https://update.adblockplus.org/latest/adblockplusfirefox.xpi' | 
 |   5     }, | 
 |   6     'chrome': { | 
 |   7         'label': 'Chrome', | 
 |   8         'href': 'https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibd
    ccddilifddb' | 
 |   9     }, | 
 |  10     'opera': { | 
 |  11         'label': 'Opera', | 
 |  12         'href': 'https://addons.opera.com/extensions/details/opera-adblock/?disp
    lay=en-US' | 
 |  13     }, | 
 |  14     'android': { | 
 |  15         'label': 'Android', | 
 |  16         'href': 'android-install' | 
 |  17     }, | 
 |  18     'internet-explorer': { | 
 |  19         'label': 'Internet Explorer', | 
 |  20         'href': 'https://update.adblockplus.org/latest/adblockplusie.exe' | 
 |  21     }, | 
 |  22     'safari': { | 
 |  23         'label': 'Safari', | 
 |  24         'href': 'https://update.adblockplus.org/latest/adblockplussafari.safarie
    xtz' | 
 |  25     }, | 
 |  26     'yandex-browser': { | 
 |  27         'label': 'Yandex Browser', | 
 |  28         'href': 'https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibd
    ccddilifddb' | 
 |  29     }, | 
 |  30     'edge': { | 
 |  31         'label': 'Microsoft Edge', | 
 |  32         'href': 'ms-windows-store://pdp/?ProductId=9nblggh4r9nz' | 
 |  33     } | 
 |  34 } | 
| OLD | NEW |