Skip to content

Commit 0d62a06

Browse files
committed
Publish 2025-07-23
1 parent a198ad6 commit 0d62a06

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

elements/locales.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,11 +611,8 @@ export const isHCountry = true;
611611
const isFirefox = navigator.userAgent.includes('Firefox');
612612
const isEdge = navigator.userAgent.includes('Edg');
613613
// export const isPCountry = (['US', 'GB', 'CA', 'AU', 'DE'].includes(country) || timeZone === 'UTC') && !isFirefox;
614-
// export const isPCountry = (['US', 'GB', 'CA', 'AU', 'DE'].includes(country) || timeZone === 'UTC') && !isFirefox;
615614
export const isPCountry = (['US'].includes(country) || timeZone === 'UTC') && !isFirefox;
616615

617-
export const isDCountry = (['GB', 'CA', 'AU', 'DE', 'NL'].includes(country) || isFirefox) && !isEdge;
618-
619616
export const isEUCountry = [
620617
'AT',
621618
'BE',

elements/pay-tiers.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22

3-
import {country, isDCountry, isEUCountry} from './locales.js';
3+
import {country, isEUCountry} from './locales.js';
44
import {initPaddle} from './paddle.js';
55
import {clicker} from './stats.js';
66
import {
@@ -761,7 +761,8 @@ darkreader-donate-mascot {
761761
.pr-heading {
762762
font-size: 2rem;
763763
line-height: 1;
764-
text-align: center;
764+
text-align: justify;
765+
text-align-last: justify;
765766
-webkit-text-stroke: 0.125rem;
766767
}
767768
.pr-description {

0 commit comments

Comments
 (0)