| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html lang="en" dir="ltr" itemscope="itemscope" itemtype="http://schema.org/WebP
age"> | 2 <html lang="en" dir="ltr" itemscope="itemscope" itemtype="http://schema.org/WebP
age"> |
| 3 <head><base href="https://adblockplus.org/en/donate"/><meta name="viewport" co
ntent="width=device-width, initial-scale=1"/> | 3 <head><base href="https://adblockplus.org/en/donate"/><meta name="viewport" co
ntent="width=device-width, initial-scale=1"/> |
| 4 | 4 |
| 5 <title>Donate to Adblock Plus</title> | 5 <title>Donate to Adblock Plus</title> |
| 6 <link rel="author" href="https://plus.google.com/110020691898167279887"/> | 6 <link rel="author" href="https://plus.google.com/110020691898167279887"/> |
| 7 <link rel="publisher" href="https://plus.google.com/110020691898167279887"/> | 7 <link rel="publisher" href="https://plus.google.com/110020691898167279887"/> |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 return; | 361 return; |
| 362 | 362 |
| 363 var recurrence = recurrenceValue.get({ | 363 var recurrence = recurrenceValue.get({ |
| 364 "monthly": "M" | 364 "monthly": "M" |
| 365 }); | 365 }); |
| 366 | 366 |
| 367 var fields = { | 367 var fields = { |
| 368 business: "till@adblockplus.org", | 368 business: "till@adblockplus.org", |
| 369 item_name: formValues.name, | 369 item_name: formValues.name, |
| 370 currency_code: currencyValue.get(), | 370 currency_code: currencyValue.get(), |
| 371 page_style: "paypal", |
| 372 cpp_header_image: "https://adblockplus.org/paypal_header.png", |
| 373 cpp_payflow_color: "F6F4EF", |
| 371 lc: langValue.get({ | 374 lc: langValue.get({ |
| 372 "de": "DE", | 375 "de": "DE", |
| 373 "en": "US", | 376 "en": "US", |
| 374 "es": "ES", | 377 "es": "ES", |
| 375 "fr": "FR", | 378 "fr": "FR", |
| 376 "nl": "NL", | 379 "nl": "NL", |
| 377 "pt_br": "BR", | 380 "pt_br": "BR", |
| 378 "zh_cn": "C2", | 381 "zh_cn": "C2", |
| 379 "zh_tw": "TW" | 382 "zh_tw": "TW" |
| 380 }) | 383 }) |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 717 </section> | 720 </section> |
| 718 </footer> | 721 </footer> |
| 719 | 722 |
| 720 <script src="/_override-static/global/global/js/main.js?695"></script> | 723 <script src="/_override-static/global/global/js/main.js?695"></script> |
| 721 <!-- Workaround for IE6 multiple classes selector bug --> | 724 <!-- Workaround for IE6 multiple classes selector bug --> |
| 722 <!--[if lt IE 7]> | 725 <!--[if lt IE 7]> |
| 723 <script>document.all.content.className += " " + document.all.content.class
Name.split(" ").join("_");</script> | 726 <script>document.all.content.className += " " + document.all.content.class
Name.split(" ").join("_");</script> |
| 724 <![endif]--> | 727 <![endif]--> |
| 725 </body> | 728 </body> |
| 726 </html> | 729 </html> |
| OLD | NEW |