Does anyone have any recommended bookmarklets that make using Fediverse services easier? I don’t really want to install a billion plugins for chrome to make them useable, so bookmarklets in a folder is preferable to me. If anyone has any ones they use that would be helpful.

I do have a few I personally use:

Share to Mastodon

https://github.com/corbindavenport/share-to-mastodon/blob/main/BOOKMARKLET.md

Redirect to Follow Mastodon Account

https://github.com/bramus/mastodon-profile-redirect/tree/main/bookmarklet

Redirect to follow Lemmy Community

https://gist.github.com/Nitrousoxide/0ad922d431749d6e4f7c9a35d40da4dc

    • It’s a script that you put in place of the raw url of a bookmark in your browser. For these ones here you’d make a new bookmark and past in the script there (adjusting the fediverse url for your home community so it can correctly redirect you) and it runs some (usually) javascript that manipulates the page your on in a way to direct you to the asked for location.

      Its a much more lightweight way to do a single thing if that’s all you’re needing and since you can see the code you can also be sure, unlike a chrome plugin, that it’s not doing other weird stuff.