Skip to content

Commit a8d403d

Browse files
committed
Publish 2025-05-04
1 parent 96a823b commit a8d403d

File tree

22 files changed

+50
-0
lines changed

22 files changed

+50
-0
lines changed

blog/g-search-crash/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h3 id="google-search-problem">Google Search problem</h3>
7777
You can <strong>star the issue to draw more attention from the Chromium developers</strong>.</p>
7878
<p>We have already <strong>made a patch in version 4.9.90</strong> 🎉🎉🎉
7979
and are currently awaiting manual review from the Google and Microsoft Store teams.</p>
80+
<!--
8081
<blockquote class="pie-help">
8182
<p>
8283
<a class="small-pie-logo" target="_blank" rel="noopener" data-s="pie-blog-badge"
@@ -99,6 +100,7 @@ <h3 id="google-search-problem">Google Search problem</h3>
99100
Learn more</a></strong>.
100101
</p>
101102
</blockquote>
103+
-->
102104

103105
<h3 id="how-to-fix-the-problem">How to fix the problem</h3>
104106
<p><em>Update for Microsoft Edge: the version 4.9.90 has passed the review after our request on September 2 and should be available in the Store shortly 🎉🎉🎉! Google refused to perform an expedited review, despite the issue being on Google&#39;s side. The fix hasn&#39;t been reviewed since the morning of September 1.</em></p>

elements/locales.js

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

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

614617
export const isEUCountry = [
615618
'AT',

elements/sponsors-right.js

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

elements/sponsors-top-short.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const htmlText = `
4141
</a>
4242
</div>
4343
-->
44+
<!--
4445
<div class="top pie-top">
4546
Block ads, <span class="pie-top__highlight">get paid</span>
4647
</div>
@@ -82,9 +83,13 @@ const htmlText = `
8283
<span class="stars">★★★★★</span> 4.8 stars on Chrome Web Store
8384
</div>
8485
</div>
86+
-->
8587
</section>`;
8688

8789
const cssText = `
90+
:host {
91+
display: none;
92+
}
8893
.container {
8994
padding-top: 0;
9095
}

goodluck/index.html

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

help/be/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40+
<!--
4041
<div class="v2-secondary-banner v2-banner-pie">
4142
<darkreader-backers-top-short></darkreader-backers-top-short>
4243
<script type="module" src="/elements/sponsors-top-short.js"></script>
4344
</div>
45+
-->
4446
<div class="v2-secondary-banner v2-banner-safari">
4547
<darkreader-safari-top-short></darkreader-safari-top-short>
4648
<script type="module" src="/elements/safari-top-short.js"></script>

help/cs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40+
<!--
4041
<div class="v2-secondary-banner v2-banner-pie">
4142
<darkreader-backers-top-short></darkreader-backers-top-short>
4243
<script type="module" src="/elements/sponsors-top-short.js"></script>
4344
</div>
45+
-->
4446
<div class="v2-secondary-banner v2-banner-safari">
4547
<darkreader-safari-top-short></darkreader-safari-top-short>
4648
<script type="module" src="/elements/safari-top-short.js"></script>

help/de/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40+
<!--
4041
<div class="v2-secondary-banner v2-banner-pie">
4142
<darkreader-backers-top-short></darkreader-backers-top-short>
4243
<script type="module" src="/elements/sponsors-top-short.js"></script>
4344
</div>
45+
-->
4446
<div class="v2-secondary-banner v2-banner-safari">
4547
<darkreader-safari-top-short></darkreader-safari-top-short>
4648
<script type="module" src="/elements/safari-top-short.js"></script>

help/en/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40+
<!--
4041
<div class="v2-secondary-banner v2-banner-pie">
4142
<darkreader-backers-top-short></darkreader-backers-top-short>
4243
<script type="module" src="/elements/sponsors-top-short.js"></script>
4344
</div>
45+
-->
4446
<div class="v2-secondary-banner v2-banner-safari">
4547
<darkreader-safari-top-short></darkreader-safari-top-short>
4648
<script type="module" src="/elements/safari-top-short.js"></script>
@@ -86,6 +88,7 @@ <h2 id="video" class="text-highlight">Quick Video Guides</h2>
8688
<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>
8789
<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>
8890
</ul>
91+
<!--
8992
<blockquote class="pie-help">
9093
<p>
9194
<a class="small-pie-logo" target="_blank" rel="noopener" data-s="pie-help-badge"
@@ -101,6 +104,7 @@ <h2 id="video" class="text-highlight">Quick Video Guides</h2>
101104
Learn more</a></strong>.
102105
</p>
103106
</blockquote>
107+
-->
104108

105109

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

help/es/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@
3737
<darkreader-mobile-top-short></darkreader-mobile-top-short>
3838
<script type="module" src="/elements/mobile-top-short.js"></script>
3939
</div>
40+
<!--
4041
<div class="v2-secondary-banner v2-banner-pie">
4142
<darkreader-backers-top-short></darkreader-backers-top-short>
4243
<script type="module" src="/elements/sponsors-top-short.js"></script>
4344
</div>
45+
-->
4446
<div class="v2-secondary-banner v2-banner-safari">
4547
<darkreader-safari-top-short></darkreader-safari-top-short>
4648
<script type="module" src="/elements/safari-top-short.js"></script>

0 commit comments

Comments
 (0)