A Bluesky labeler that labels accounts hosted on PDSes operated by entities other than Bluesky PBC
38
fork

Configure Feed

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

One more for the naughty list

gbl08ma.com 6365362e 8171e3fa

verified
+2 -1
+2 -1
labelDefiner.ts
··· 26 26 const ignoredPDSHostnamePatterns: RegExp[] = [ 27 27 /^.+\.bsky\.network$/, // These are operated by Bluesky PBC 28 28 /^atproto\.brid\.gy$/, // It's too slow to respond 29 - /^x\.mt\.social$/ // Appears to be full of DIDs that don't actually exist 29 + /^x\.mt\.social$/, // Appears to be full of DIDs that don't actually exist 30 + /^goeo\.lol$/ // Appears to be full of DIDs that don't actually exist or don't belong to this PDS 30 31 ]; 31 32 32 33 const ignoredHandlePatterns: RegExp[] = [