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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 openProviderPage({ | 320 openProviderPage({ |
321 action: (recurring) ? recurring : "https://coinbase.com/checkouts/ab08a1
65e21d72b503cff8f30bece652" | 321 action: (recurring) ? recurring : "https://coinbase.com/checkouts/ab08a1
65e21d72b503cff8f30bece652" |
322 }); | 322 }); |
323 }, | 323 }, |
324 "credit-card": function() | 324 "credit-card": function() |
325 { | 325 { |
326 if (verify(priceValue)) | 326 if (verify(priceValue)) |
327 return; | 327 return; |
328 | 328 |
329 openProviderPage({ | 329 openProviderPage({ |
330 action: "https://billing.micropayment.de/creditcard/event/", | 330 action: "https://billing.micropayment.de/creditcard/file/", |
331 fields: { | 331 fields: { |
332 project: "dblock", | 332 project: "dblock", |
333 paytext: formValues.name, | 333 paytext: formValues.name, |
334 currency: currencyValue.get(), | 334 currency: currencyValue.get(), |
335 lang: langValue.get({ | 335 lang: langValue.get({ |
336 "de": "de", | 336 "de": "de", |
337 "en": "en", | 337 "en": "en", |
338 "es": "es", | 338 "es": "es", |
339 "fr": "fr", | 339 "fr": "fr", |
340 "hr": "hr", | 340 "hr": "hr", |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
718 </section> | 718 </section> |
719 </footer> | 719 </footer> |
720 | 720 |
721 <script src="/_override-static/global/global/js/main.js?695"></script> | 721 <script src="/_override-static/global/global/js/main.js?695"></script> |
722 <!-- Workaround for IE6 multiple classes selector bug --> | 722 <!-- Workaround for IE6 multiple classes selector bug --> |
723 <!--[if lt IE 7]> | 723 <!--[if lt IE 7]> |
724 <script>document.all.content.className += " " + document.all.content.class
Name.split(" ").join("_");</script> | 724 <script>document.all.content.className += " " + document.all.content.class
Name.split(" ").join("_");</script> |
725 <![endif]--> | 725 <![endif]--> |
726 </body> | 726 </body> |
727 </html> | 727 </html> |
OLD | NEW |