ThreadSky
About ThreadSky
Log In
vriska.bsky.social
•
95 days ago
You should do this with code injection. It would be fun and not at all miserable
Comments
Log in
with your Bluesky account to leave a comment
[–]
kitl.ing
•
95 days ago
This looks like the relevant spot to add a menu item:
https://github.com/bluesky-social/social-app/blob/main/src/view/com/util/forms/PostDropdownBtnMenuItems.tsx
annoyingly, it probably shows up as "Anonymous" inside react devtools instead of having an actual name.
https://stackoverflow.com/questions/29321742/react-getting-a-component-from-a-dom-element-for-debugging
is potentially relevant for pulling shenanigans within a userscript.
0
1
reply
[–]
kitl.ing
•
95 days ago
In theory, I think you might be able to traverse the component tree, and either modify the tree directly, or wrap the relevant function to add an additional menu item that way.
I'm running out of energy I'm willing to spend looking at this, though.
0
reply
[–]
retr0.id
•
95 days ago
I'm not good enough at frontend stuff to make this happen
5
1
reply
[–]
briancorbin.xyz
•
95 days ago
Hard agree. I'm currently grabbing it from the data-bluesky-uri in "Embed Post"
4
1
reply
[–]
julia.cool
•
95 days ago
you might enjoy
https://atproto-browser.vercel.app/
2
1
reply
[–]
dreary.dev
•
95 days ago
you might enjoy
https://pdsls.dev/
more :^)
10
2
reply
[–]
julia.cool
•
95 days ago
very nice :3
4
reply
[–]
briancorbin.xyz
•
95 days ago
I've bookmarked both 😀
3
reply
Posting Rules
Be respectful to others
No spam or self-promotion
Stay on topic
Follow Bluesky's terms of service
×
Reply
Post Reply
Comments
annoyingly, it probably shows up as "Anonymous" inside react devtools instead of having an actual name.
https://stackoverflow.com/questions/29321742/react-getting-a-component-from-a-dom-element-for-debugging is potentially relevant for pulling shenanigans within a userscript.
I'm running out of energy I'm willing to spend looking at this, though.