| 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-2013 Eyeo GmbH | 5 - Copyright (C) 2006-2013 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/ieFirstRun.js"></script> | |
| 24 <script src="../static/js/firstRun.js"></script> | |
| 25 <link href="../static/css/firstRun.css" type="text/css" rel="stylesheet" /> | 23 <link href="../static/css/firstRun.css" type="text/css" rel="stylesheet" /> |
| 26 | 24 |
| 27 <!--[if lt IE 7]> | 25 <!--[if lt IE 7]> |
| 28 <script src="../static/js/vendor/DD_belatedPNG.js"></script> | 26 <script src="../static/js/vendor/DD_belatedPNG.js"></script> |
| 29 <script>DD_belatedPNG.fix("#logo, .share-image");</script> | 27 <script>DD_belatedPNG.fix("#logo, .share-image");</script> |
| 30 <![endif]--> | 28 <![endif]--> |
| 31 <!--[if lt IE 9]> | 29 <!--[if lt IE 9]> |
| 32 <script src="../static/js/vendor/html5shiv.js"></script> | 30 <script src="../static/js/vendor/html5shiv.js"></script> |
| 33 <![endif]--> | 31 <![endif]--> |
| 34 </head> | 32 </head> |
| (...skipping 27 matching lines...) Expand all Loading... |
| 62 <span id="share2-connection"></span> | 60 <span id="share2-connection"></span> |
| 63 <a id="share-facebook-2" class="share-image share-facebook" href="https://
www.facebook.com/adblockplus" target="_blank"></a> | 61 <a id="share-facebook-2" class="share-image share-facebook" href="https://
www.facebook.com/adblockplus" target="_blank"></a> |
| 64 <a id="share-twitter-2" class="share-image share-twitter" href="https://tw
itter.com/adblockplus" target="_blank"></a> | 62 <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> | 63 <a id="share-gplus-2" class="share-image share-gplus" href="https://www.go
ogle.com/+AdblockPlus" target="_blank"></a> |
| 66 </div> | 64 </div> |
| 67 </div> | 65 </div> |
| 68 | 66 |
| 69 <div id="glass-pane"> | 67 <div id="glass-pane"> |
| 70 <iframe id="share-popup" scrolling="no"></iframe> | 68 <iframe id="share-popup" scrolling="no"></iframe> |
| 71 </div> | 69 </div> |
| 70 <script src="../static/js/ieFirstRun.js"></script> |
| 71 <script src="../static/js/firstRun.js"></script> |
| 72 |
| 72 </body> | 73 </body> |
| 73 </html> | 74 </html> |
| OLD | NEW |