Skip to content

Commit db57ac9

Browse files
committed
Publish 2025-06-26
1 parent eafd680 commit db57ac9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

elements/mobile-side.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from './utils.js';
1010

1111
const safariURL = 'https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone';
12-
const edgeURL = 'https://www.microsoft.com/edge/emmx/darkreadercollaboration';
12+
const edgeURL = 'https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1';
1313

1414
const locales = {
1515
cn: {

elements/mobile-top-short.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
} from './utils.js';
88
import {clicker} from './stats.js';
99

10-
const edgeURL = 'https://www.microsoft.com/edge/emmx/darkreadercollaboration';
10+
const edgeURL = 'https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1';
1111
const safariURL = 'https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone';
1212
// const isEdge = navigator.userAgent.includes('Edg');
1313
const isMobile = navigator.userAgent.includes('Mobile');

elements/sponsors-right.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const hnURL = 'https://www.joinhoney.com/darkreader';
1313
const ddgURL = 'https://duckduckgo.com/browser?ref=darkreader';
1414
const payURL = '/support-us';
1515
const safariURL = 'https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone';
16-
const edgeURL = 'https://www.microsoft.com/edge/emmx/darkreadercollaboration';
16+
const edgeURL = 'https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1';
1717

1818
const isEdge = navigator.userAgent.includes('Edg');
1919
const isSafari = navigator.userAgent.includes('Safari') && !navigator.userAgent.includes('Chrom');

qr/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ <h4>
145145
Please follow this link to install <strong style="white-space: pre;">Microsoft Edge</strong> browser
146146
with <strong style="white-space: pre;">Dark Reader</strong> included:<br>
147147
<a data-s="drand-qr-badge"
148-
href="https://www.microsoft.com/edge/emmx/darkreadercollaboration">
148+
href="https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1">
149149
<img src="/images/google-play-badge.svg" class="store-badge">
150150
</a><br>
151151
<a data-s="drand-qr-text"
152-
href="https://www.microsoft.com/edge/emmx/darkreadercollaboration">
153-
https://www.microsoft.com/edge/emmx/darkreadercollaboration
152+
href="https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1">
153+
https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1
154154
</a>
155155
</p>
156156
</section>
@@ -205,12 +205,12 @@ <h4>
205205
Please use the following link to install <strong style="white-space: pre;">Microsoft Edge</strong> browser
206206
with <strong style="white-space: pre;">Dark Reader</strong> included:<br>
207207
<a data-s="drand-qr-badge"
208-
href="https://www.microsoft.com/edge/emmx/darkreadercollaboration">
208+
href="https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1">
209209
<img src="/images/google-play-badge.svg" class="store-badge">
210210
</a><br>
211211
<a data-s="drand-qr-text"
212-
href="https://www.microsoft.com/edge/emmx/darkreadercollaboration">
213-
https://www.microsoft.com/edge/emmx/darkreadercollaboration
212+
href="https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1">
213+
https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1
214214
</a>
215215
</p>
216216
</section>

tips/mobile/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2 id="ios-and-ipados">iOS and iPadOS</h2>
8282
You can choose from many color presets, or set lovely text and background colors of your choice.</p>
8383
<h2 id="android">Android</h2>
8484
<h3 id="microsoft-edge">Microsoft Edge</h3>
85-
<p><a href="https://www.microsoft.com/edge/emmx/darkreadercollaboration" target="_blank"
85+
<p><a href="https://edgemobileapp.microsoft.com?adjustId=1mx06n3g_1mzfnnc1" target="_blank"
8686
rel="noopener" data-s="drand-tips-badge">
8787
<img src="/images/google-play-badge.svg" width="200">
8888
</a></p>

0 commit comments

Comments
 (0)