| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- saved from url=(0014)about:internet --> | 2 <!-- saved from url=(0014)about:internet --> |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of Adblock Plus <http://adblockplus.org/>, | 4 - This file is part of Adblock Plus <http://adblockplus.org/>, |
| 5 - Copyright (C) 2006-2014 Eyeo GmbH | 5 - Copyright (C) 2006-2014 Eyeo GmbH |
| 6 - | 6 - |
| 7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
| 8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
| 9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
| 10 - | 10 - |
| 11 - Adblock Plus is distributed in the hope that it will be useful, | 11 - Adblock Plus is distributed in the hope that it will be useful, |
| 12 - but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 - but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 - GNU General Public License for more details. | 14 - GNU General Public License for more details. |
| 15 - | 15 - |
| 16 - You should have received a copy of the GNU General Public License | 16 - You should have received a copy of the GNU General Public License |
| 17 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | 17 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| 18 --> | 18 --> |
| 19 | 19 |
| 20 <html> | 20 <html> |
| 21 <head> | 21 <head> |
| 22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 23 <script src="../static/js/ieEventListenerPolyfill.js"></script> |
| 23 <script src="../static/js/ieFirstRun.js"></script> | 24 <script src="../static/js/ieFirstRun.js"></script> |
| 24 <script src="../static/js/firstRun.js"></script> | 25 <script src="../static/js/firstRun.js"></script> |
| 25 <link href="../static/css/firstRun.css" type="text/css" rel="stylesheet" /> | 26 <link href="../static/css/firstRun.css" type="text/css" rel="stylesheet" /> |
| 26 | 27 |
| 27 <!--[if lt IE 7]> | 28 <!--[if lt IE 7]> |
| 28 <script src="../static/js/vendor/DD_belatedPNG.js"></script> | 29 <script src="../static/js/vendor/DD_belatedPNG.js"></script> |
| 29 <script>DD_belatedPNG.fix("#logo, .share-image");</script> | 30 <script>DD_belatedPNG.fix("#logo, .share-image");</script> |
| 30 <![endif]--> | 31 <![endif]--> |
| 31 <!--[if lt IE 9]> | 32 <!--[if lt IE 9]> |
| 32 <script src="../static/js/vendor/html5shiv.js"></script> | 33 <script src="../static/js/vendor/html5shiv.js"></script> |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 <a id="share-twitter-2" class="share-image share-twitter" href="https://tw
itter.com/adblockplus" target="_blank"></a> | 65 <a id="share-twitter-2" class="share-image share-twitter" href="https://tw
itter.com/adblockplus" target="_blank"></a> |
| 65 <a id="share-gplus-2" class="share-image share-gplus" href="https://www.go
ogle.com/+AdblockPlus" target="_blank"></a> | 66 <a id="share-gplus-2" class="share-image share-gplus" href="https://www.go
ogle.com/+AdblockPlus" target="_blank"></a> |
| 66 </div> | 67 </div> |
| 67 </div> | 68 </div> |
| 68 | 69 |
| 69 <div id="glass-pane"> | 70 <div id="glass-pane"> |
| 70 <iframe id="share-popup" scrolling="no"></iframe> | 71 <iframe id="share-popup" scrolling="no"></iframe> |
| 71 </div> | 72 </div> |
| 72 </body> | 73 </body> |
| 73 </html> | 74 </html> |
| OLD | NEW |