Skip to content

Commit bc98dab

Browse files
committed
Publish 2025-07-01
1 parent 69fc340 commit bc98dab

File tree

22 files changed

+0
-50
lines changed

22 files changed

+0
-50
lines changed

elements/locales.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,7 @@ export const country = (() => {
609609
export const isHCountry = true;
610610

611611
const isFirefox = navigator.userAgent.includes('Firefox');
612-
/*
613612
export const isPCountry = (['US', 'GB', 'CA', 'AU', 'DE'].includes(country) || timeZone === 'UTC') && !isFirefox;
614-
*/
615-
export const isPCountry = false;
616613

617614
export const isEUCountry = [
618615
'AT',

elements/sponsors-right.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ const htmlText = `
2525
<section class="pr">
2626
<darkreader-pay-tiers></darkreader-pay-tiers>
2727
</section>
28-
<!--
2928
<section class="pie">
3029
<darkreader-backers-top-short side></darkreader-backers-top-short>
3130
</section>
32-
-->
3331
<section class="mob">
3432
<div class="mob-subtitle">
3533
<a class="mob-text-link" href="${safariURL}" target="_blank" rel="noopener" data-s="drios-side-text">

elements/sponsors-top-short.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const htmlText = `
4141
</a>
4242
</div>
4343
-->
44-
<!--
4544
<div class="top pie-top">
4645
Block ads, <span class="pie-top__highlight">get paid</span>
4746
</div>
@@ -83,13 +82,9 @@ const htmlText = `
8382
<span class="stars">★★★★★</span> 4.8 stars on Chrome Web Store
8483
</div>
8584
</div>
86-
-->
8785
</section>`;
8886

8987
const cssText = `
90-
:host {
91-
display: none;
92-
}
9388
.container {
9489
padding-top: 0;
9590
}

goodluck/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
</p>
2929
</section>
3030
<section class="recommendations rec-pie">
31-
<!--
3231
<p>
3332
Check out our friends at <strong><a class="text-link" href="https://pie.org/darkreader" target="_blank"
3433
rel="noopener" data-s="pie-un-text">Pie</a></strong> for some cool extensions
@@ -74,7 +73,6 @@
7473
<a class="text-link" href="https://pie.org/darkreader" target="_blank" rel="noopener"
7574
data-s="pie-un-text">Learn more</a>
7675
</p>
77-
-->
7876
<!--
7977
<div class="message">Try more browser extensions</div>
8078
<div class="ext h-ext">

help/be/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40-
<!--
4140
<div class="v2-secondary-banner v2-banner-pie">
4241
<darkreader-backers-top-short></darkreader-backers-top-short>
4342
<script type="module" src="/elements/sponsors-top-short.js"></script>
4443
</div>
45-
-->
4644
<div class="v2-secondary-banner v2-banner-safari">
4745
<darkreader-safari-top-short></darkreader-safari-top-short>
4846
<script type="module" src="/elements/safari-top-short.js"></script>

help/cs/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40-
<!--
4140
<div class="v2-secondary-banner v2-banner-pie">
4241
<darkreader-backers-top-short></darkreader-backers-top-short>
4342
<script type="module" src="/elements/sponsors-top-short.js"></script>
4443
</div>
45-
-->
4644
<div class="v2-secondary-banner v2-banner-safari">
4745
<darkreader-safari-top-short></darkreader-safari-top-short>
4846
<script type="module" src="/elements/safari-top-short.js"></script>

help/de/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40-
<!--
4140
<div class="v2-secondary-banner v2-banner-pie">
4241
<darkreader-backers-top-short></darkreader-backers-top-short>
4342
<script type="module" src="/elements/sponsors-top-short.js"></script>
4443
</div>
45-
-->
4644
<div class="v2-secondary-banner v2-banner-safari">
4745
<darkreader-safari-top-short></darkreader-safari-top-short>
4846
<script type="module" src="/elements/safari-top-short.js"></script>

help/en/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40-
<!--
4140
<div class="v2-secondary-banner v2-banner-pie">
4241
<darkreader-backers-top-short></darkreader-backers-top-short>
4342
<script type="module" src="/elements/sponsors-top-short.js"></script>
4443
</div>
45-
-->
4644
<div class="v2-secondary-banner v2-banner-safari">
4745
<darkreader-safari-top-short></darkreader-safari-top-short>
4846
<script type="module" src="/elements/safari-top-short.js"></script>
@@ -88,7 +86,6 @@ <h2 id="video" class="text-highlight">Quick Video Guides</h2>
8886
<li><a target="_blank" rel="noopener" data-s="dryt-help-text" href="https://www.youtube.com/watch?v=849mznBKmIQ">1-Minute Video Guide</a></li>
8987
<li><a target="_blank" rel="noopener" data-s="dryt-help-text" href="https://www.youtube.com/shorts/9nQjBBe8K44">30-Seconds Video Guide (mobile app)</a></li>
9088
</ul>
91-
<!--
9289
<blockquote class="pie-help">
9390
<p>
9491
<a class="small-pie-logo" target="_blank" rel="noopener" data-s="pie-help-badge"
@@ -104,7 +101,6 @@ <h2 id="video" class="text-highlight">Quick Video Guides</h2>
104101
Learn more</a></strong>.
105102
</p>
106103
</blockquote>
107-
-->
108104

109105

110106
<h2 id="top-section">Top Section</h2>

help/es/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40-
<!--
4140
<div class="v2-secondary-banner v2-banner-pie">
4241
<darkreader-backers-top-short></darkreader-backers-top-short>
4342
<script type="module" src="/elements/sponsors-top-short.js"></script>
4443
</div>
45-
-->
4644
<div class="v2-secondary-banner v2-banner-safari">
4745
<darkreader-safari-top-short></darkreader-safari-top-short>
4846
<script type="module" src="/elements/safari-top-short.js"></script>

help/fr/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40-
<!--
4140
<div class="v2-secondary-banner v2-banner-pie">
4241
<darkreader-backers-top-short></darkreader-backers-top-short>
4342
<script type="module" src="/elements/sponsors-top-short.js"></script>
4443
</div>
45-
-->
4644
<div class="v2-secondary-banner v2-banner-safari">
4745
<darkreader-safari-top-short></darkreader-safari-top-short>
4846
<script type="module" src="/elements/safari-top-short.js"></script>

0 commit comments

Comments
 (0)