Skip to content

Fix matching in QuicklinkService and add M45Core.com#1567

Closed
Distortions81 wants to merge 0 commit intobitaxeorg:masterfrom
Distortions81:master
Closed

Fix matching in QuicklinkService and add M45Core.com#1567
Distortions81 wants to merge 0 commit intobitaxeorg:masterfrom
Distortions81:master

Conversation

@Distortions81
Copy link

Regex so *.m45core.com/user and m45core.com/user function.
Site will handle this correctly next pool reboot.

{ search: 'parasite.wtf', url: `https://parasite.space/user/${user}` },
{ regex: /^(eu|au)?solo[46]?.ckpool\.org/, url: `https://$1solostats.ckpool.org/users/${user}` },
{ search: 'atlaspool.io', url: `https://atlaspool.io/dashboard.html?wallet=${user}` },
{ regex: /^((?:[a-z0-9-]+\.)*)m45core\.com$/i, url: `https://$1m45core.com/user/${user}` },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: better regex would be ^((eu|tinyminer)\.)?m45core\.com$ if you want to explicitly define each subdomain, or ^(.+?\.)?m45core\.com$ (thisll also match all sub-sub domains)
no need for i flag either

@Distortions81 Distortions81 changed the title add m45core user stats page Fix matching in QuicklinkService and add M45Core.com Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants