ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
16
fork

Configure Feed

Select the types of activity you want to include in your feed.

add more domains to handle placeholder rotation

byarielm.fyi 73ad8141 a80fc6ce

verified
+9 -3
+2 -2
dist/index.html
··· 26 26 content="black-translucent" 27 27 /> 28 28 <title>ATLast: Find Your People in the ATmosphere</title> 29 - <script type="module" crossorigin src="/assets/index-B6s4IGol.js"></script> 30 - <link rel="stylesheet" crossorigin href="/assets/index-Bs5F61QC.css"> 29 + <script type="module" crossorigin src="/assets/index-Dmqml0tf.js"></script> 30 + <link rel="stylesheet" crossorigin href="/assets/index-DHzBkxZQ.css"> 31 31 </head> 32 32 <body> 33 33 <div id="root"></div>
+7 -1
src/hooks/useRotatingPlaceholder.ts
··· 3 3 const PLATFORM_EXAMPLES = [ 4 4 "username.bsky.social", 5 5 "username.blacksky.app", 6 - "username.tgnl.sh", 6 + "username.sprk.so", 7 7 "username.com", 8 + "username.northsky.social", 9 + "username.tngl.sh", 10 + "username.neocities.org", 11 + "username.myatproto.social", 12 + "username.newsgrounds.com", 13 + "username.etheirys.social", 8 14 ]; 9 15 10 16 const ROTATION_INTERVAL = 3000; // 3 seconds