|
3 | 3 |
|
4 | 4 | <head> |
5 | 5 | <meta charset="utf-8"> |
6 | | - <title>iOS QR code — Dark Reader</title> |
| 6 | + <title>QR code — Dark Reader</title> |
7 | 7 | <meta name="theme-color" content="#141e24"> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | 9 | <link rel="shortcut icon" href="/images/icon-256.png"> |
10 | 10 | <meta property="og:type" content="website"> |
11 | 11 | <meta property="og:site_name" content="Dark Reader"> |
12 | | - <meta property="og:url" content="https://darkreader.org/timeline"> |
13 | | - <meta property="og:title" content="iOS QR code — Download Dark Reader for Safari"> |
14 | | - <meta property="og:image" content="https://darkreader.org/images/icon-256.png"> |
15 | | - <meta property="og:description" content="We develop Dark Reader since 2014. Explore a timeline of our journey."> |
16 | | - <meta name="description" content="We develop Dark Reader since 2014. Explore a timeline of our journey."> |
17 | | - <meta http-equiv="refresh" content="1; url=https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone" /> |
| 12 | + <meta property="og:url" content="https://darkreader.org/qr"> |
| 13 | + <meta property="og:title" content="QR code — Download Dark Reader Mobile"> |
| 14 | + <meta property="og:image" content="https://darkreader.org/images/qr-code.png"> |
| 15 | + <meta property="og:description" content="Scan QR code and download Dark Reader."> |
| 16 | + <meta name="description" content="Scan QR code and download Dark Reader."> |
| 17 | + <!-- <meta http-equiv="refresh" content="1; url=https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone" /> --> |
18 | 18 | <style> |
19 | 19 | html { |
20 | | - background-color: #1d1e22; |
| 20 | + background-color: #141e24; |
21 | 21 | } |
22 | 22 |
|
23 | 23 | body { |
24 | | - background-color: #1d1e22; |
| 24 | + background-color: #141e24; |
25 | 25 | color: #c2bcb8; |
26 | 26 | font-family: Helvetica Neue, sans-serif; |
27 | 27 | max-width: 40em; |
28 | 28 | margin: 0 auto; |
29 | 29 | padding: 1em |
30 | 30 | } |
31 | 31 |
|
32 | | - h1, h2, h3 { |
| 32 | + h1, |
| 33 | + h2, |
| 34 | + h3, |
| 35 | + h4 { |
33 | 36 | color: #e96c4c; |
34 | 37 | } |
35 | 38 |
|
|
41 | 44 | } |
42 | 45 |
|
43 | 46 | a { |
44 | | - color: #68aed7; |
| 47 | + color: #53a1b3; |
45 | 48 | } |
46 | 49 | </style> |
47 | 50 | </head> |
48 | 51 |
|
49 | 52 | <body> |
50 | 53 | <a class="banner" href="/"> |
51 | | - <img class="banner__image" src="/images/darkreader-safari-banner.svg" /> |
| 54 | + <img class="banner__image" src="/images/darkreader-main.svg" /> |
52 | 55 | </a> |
53 | 56 |
|
54 | | - <h2> |
55 | | - Dark Reader for iOS |
56 | | - </h2> |
| 57 | + <h3> |
| 58 | + Please wait while you are being redirected... |
| 59 | + </h3> |
57 | 60 |
|
58 | 61 | <p> |
59 | | - Please wait while you are being redirected to<br> |
60 | | - <a href="https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone">https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone</a> |
| 62 | + If you haven't been redirected automatically, please use the following installation links: |
| 63 | + </p> |
| 64 | + |
| 65 | + <h3>Android</h3> |
| 66 | + <p> |
| 67 | + <a |
| 68 | + href="https://microsoftedgewelcome.microsoft.com/emmx/DarkReaderCollaboration">https://microsoftedgewelcome.microsoft.com/emmx/DarkReaderCollaboration</a> |
| 69 | + </p> |
| 70 | + |
| 71 | + <h3>iOS & iPadOS</h3> |
| 72 | + <p> |
| 73 | + <a |
| 74 | + href="https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone">https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone</a> |
61 | 75 | </p> |
62 | 76 |
|
63 | 77 | <footer> |
|
68 | 82 |
|
69 | 83 | <script type="module" src="/elements/stats.js"></script> |
70 | 84 |
|
| 85 | + <script defer> |
| 86 | + setTimeout(() => { |
| 87 | + const ua = navigator.userAgent.toLocaleLowerCase(); |
| 88 | + if (ua.includes('iphone') || ua.includes('macintosh')) { |
| 89 | + location.replace('https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone'); |
| 90 | + } else if (ua.includes('android')) { |
| 91 | + location.replace('https://microsoftedgewelcome.microsoft.com/emmx/DarkReaderCollaboration'); |
| 92 | + } |
| 93 | + }, 2000); |
| 94 | + </script> |
| 95 | + |
71 | 96 | </body> |
72 | 97 |
|
73 | 98 | </html> |
0 commit comments