A simple BlueSky profile labeler that can be ran on Cloudflare Workers github.com/SocksTheWolf/SimpleBSkyLabeler
cf bsky profile label bluesky cloudflare workers
1
fork

Configure Feed

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

add stop point

this breaks iteration otherwise

+1
+1
src/rewriter.ts
··· 79 79 for (const val of el.attributes) { 80 80 if (this.hasKey(val[1])) { 81 81 el.setAttribute(val[0], template(val[1], this.replaceObj)); 82 + break; 82 83 } 83 84 } 84 85 }