alpha
Login
or
Join now
willow.sh
/
atmo-stats
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Work in progress atmosphere stats viewer
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: update spam hosts list
author
Willow (GHOST)
date
16 hours ago
(Jul 26, 2026, 10:07 PM +0100)
commit
96aab5a4
96aab5a4dc8b46b3012ed81e3eab3712805552b8
parent
590fc2e2
590fc2e22900bf845b809393a2b58a4c7116c3b2
+3
1 changed file
Expand all
Collapse all
Unified
Split
src
routes
plc
PdsDistribution.svelte
+3
src/routes/plc/PdsDistribution.svelte
View file
Reviewed
···
14
14
'bssky.social',
15
15
'example.com',
16
16
'social.kabcash.com',
17
17
+
'plc.surge.sh',
18
18
+
'example.test',
19
19
+
'klatch.app',
17
20
];
18
21
19
22
function isSpam(url: URL | null): url is null {