Skip to content

Commit 71abe77

Browse files
committed
Publish 2024-10-02
1 parent 06a746f commit 71abe77

File tree

1 file changed

+47
-15
lines changed

1 file changed

+47
-15
lines changed

tips/mobile/index.html

Lines changed: 47 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<main class="page-grid-content">
2323
<article>
2424
<h1 id="how-to-install-dark-reader-for-mobile-devices">How to install Dark Reader for mobile devices</h1>
25+
<h2 id="qr-code">QR Code</h2>
26+
<p>Simply scan the following QR code with your phone.</p>
27+
<img src="/images/qr-code.png" style="width: 10rem;">
28+
29+
<p>You will be prompted to install our iOS app from the App Store,
30+
or Microsoft Edge browser for Android that will include our extension.</p>
2531
<h2 id="ios-and-ipados">iOS and iPadOS</h2>
2632
<p><a href="https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone" target="_blank"
2733
rel="noopener" data-s="drios-tips-badge">
@@ -75,17 +81,30 @@ <h2 id="ios-and-ipados">iOS and iPadOS</h2>
7581
has an amazing brand new design.
7682
You can choose from many color presets, or set lovely text and background colors of your choice.</p>
7783
<h2 id="android">Android</h2>
78-
<h3 id="firefox">Firefox</h3>
79-
<p>Mozilla Firefox for Android supports mobile extensions.</p>
84+
<h3 id="microsoft-edge">Microsoft Edge</h3>
85+
<p><a href="https://www.microsoft.com/edge/emmx/darkreadercollaboration" target="_blank"
86+
rel="noopener" data-s="drand-tips-badge">
87+
<img src="/images/google-play-badge.svg" width="200">
88+
</a></p>
89+
<p>Microsoft Edge for Android <strong>supports Chromium extensions</strong>.</p>
90+
<ul>
91+
<li>Scan the following QR code with your Android phone:</li>
92+
</ul>
93+
<img src="/images/qr-code.png" style="margin-left: 2.5rem; width: 5rem;">
94+
95+
<ul>
96+
<li>You will be redirected to Google Play. Click <strong>Install</strong>.</li>
97+
<li>Follow the initial setup. Dark Reader should be included by default.</li>
98+
</ul>
8099
<div>
81100
<span class="blog-mobile-android-scr">
82-
<img src="/images/dr-ff-android-1.png">
101+
<img src="/images/plus-screen-1.png">
83102
</span>
84103
<span class="blog-mobile-android-scr">
85-
<img src="/images/dr-ff-android-2.png">
104+
<img src="/images/plus-screen-3.png">
86105
</span>
87106
<span class="blog-mobile-android-scr">
88-
<img src="/images/dr-ff-android-3.webp">
107+
<img src="/images/plus-screen-2.png">
89108
</span>
90109
</div>
91110
<style>
@@ -104,32 +123,45 @@ <h3 id="firefox">Firefox</h3>
104123
content: "";
105124
display: inline-block;
106125
height: 0.75rem;
107-
left: 0.375rem;
126+
left: calc(50% - 0.375rem);
108127
position: absolute;
109128
top: 0.375rem;
110129
width: 0.75rem;
111130
}
131+
.blog-mobile-android-scr--left-notch::after {
132+
left: 0.375rem;
133+
}
112134
.blog-mobile-android-scr img {
113135
width: 11rem;
114136
}
115137
</style>
116138

139+
<p>If you already have Edge for Android installed,
140+
go to <strong>Extensions</strong> menu and install Dark Reader from the list.</p>
141+
<p><em>If you haven&#39;t been redirected automatically, simply install Edge from the
142+
<a href="https://play.google.com/store/apps/details?id=com.microsoft.emmx" target="_blank"
143+
rel="noopener" data-s="drand-tips-link">Play Store</a>.</em></p>
144+
<h3 id="firefox">Firefox</h3>
145+
<p>Mozilla Firefox for Android supports mobile extensions.</p>
146+
<div>
147+
<span class="blog-mobile-android-scr">
148+
<img src="/images/dr-ff-android-1.png">
149+
</span>
150+
<span class="blog-mobile-android-scr">
151+
<img src="/images/dr-ff-android-2.png">
152+
</span>
153+
<span class="blog-mobile-android-scr">
154+
<img src="/images/dr-ff-android-3.webp">
155+
</span>
156+
</div>
157+
117158
<ul>
118159
<li>First you need to <a href="https://play.google.com/store/apps/details?id=org.mozilla.firefox">install Firefox for Android</a>.</li>
119160
<li>Open the browser, click <strong>Menu icon</strong> (three dots in the bottom-right corner).</li>
120161
<li>Click <strong>Add-ons</strong>, find Dark Reader in the list, click <strong>+</strong> (plus icon).</li>
121162
<li>Alternatively you can visit <a href="https://addons.mozilla.org/en-US/firefox/addon/darkreader/">Dark Reader&#39;s page</a> in the Firefox Add-ons store.</li>
122163
<li>Now click <strong>Menu icon</strong>, <strong>Add-ons</strong>. Dark Reader will appear there.</li>
123164
</ul>
124-
<h3 id="kiwi">Kiwi</h3>
125-
<p>Kiwi is another Android browser, which supports Chromium extensions. It has many good reviews.</p>
126-
<ul>
127-
<li><a href="https://play.google.com/store/apps/details?id=com.kiwibrowser.browser">Install Kiwi from Google Play</a>.</li>
128-
<li>Open the browser.</li>
129-
<li>Go to <a href="https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh">Dark Reader&#39;s Chrome Web Store page</a>.</li>
130-
<li>Click <strong>Install for Chrome</strong>.</li>
131-
<li>The extension will appear at the bottom of the browser&#39;s Menu.</li>
132-
</ul>
133165
<style>
134166
darkreader-ios-static,
135167
darkreader-ios-side {

0 commit comments

Comments
 (0)