Userscript to show links to the bridged profiles of Bluesky users who have already opted in #1456
Replies: 4 comments 4 replies
-
Sadly I wouldn't recommend browsing around random profiles looking for people bridged, only a very small fraction of users have opted in at this point. |
Beta Was this translation helpful? Give feedback.
-
Related: #1388 Checking the followers is unfortunately not going to be entirely accurate, since the opt-out and Chat commands make that not map 1:1 to who's bridged currently. Checking whom the bridge follows would be pretty accurate though! |
Beta Was this translation helpful? Give feedback.
-
Fun! Love it! |
Beta Was this translation helpful? Give feedback.
-
Update, in case anyone is subscribed to this discussion: after some frustration with the follow / following APIs, I changed and simplified the userscript. It no longer caches all the handles as before, and instead sends 2 API requests on each profile page load - one to resolve the handle (unfortunately unavoidable?), and one to the I'm showing the link if either one follows the other. This is unfortunate but there are just way too many false negatives - about 9/10 users I check who I know are bridged are missing from the |
Beta Was this translation helpful? Give feedback.
-
I don't have any desire for random DMs to be sent on my behalf to Bluesky users who don't know me, and most users appear to have DMs semi-closed anyway. Instead, I threw together a userscript that shows a link on the profile page if the user is bridged. Probably a little flaky, sorry. If someone wanted to extend it to show a link or icon on other pages than the profile page, that would be cool.
https://gist.github.com/afontenot/63722433f34b799c7e9c9aa4f07b34e2
Example:
Beta Was this translation helpful? Give feedback.
All reactions