this post was submitted on 10 Aug 2026
32 points (97.1% liked)

Fediverse

43448 readers
328 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 3 years ago
MODERATORS
 

What I'm looking for is a simple FLOSS add-on for Firefox through which the address bar recognizes Fediverse-style account handles as such, i.e. it infers the URL that corresponds to that profile and opens it. (Or alternatively: It shows that handle on one specified instance, e.g. always from your Mastodon home instance.)

Inferring the URL is of course not entirely trivial, as it depends on what software runs on the instance; but perhaps someone has already put together a solution that works reasonably well... or you would like to make one yourself. Edit for clarification: Even coverage of only some ActivityPub implementations, such as recent versions of Mastodon and Lemmy, would be a great start if support for others can be added later on.

For people with experience developing Firefox add-ons, it would be great if you share insights about what functionalities one should use to execute the redirect.

you are viewing a single comment's thread
view the rest of the comments
[–] libewa@feddit.org 1 points 2 days ago (1 children)

How does Mastodon‘s „Open URL“ work then? It works with the URLs I get from Lemmy, so it does support some other software…

Mastodon internally converts it into something it understands, maybe using Webfinger.

That'd be one reason why Webfinger, which is not part of the official W3C ActivityPub spec, is a hard requirement for federating with Mastodon.

The idea behind this Firefox add-on idea appears to be that it shall work with any Fediverse server application, regardless of which one you use. Or it should be if it has "Fediverse" in its description. You should be able to use it with Mastodon or with Lemmy, but you should be able to use it with Akkoma or Misskey or Iceshrimp.NET or Hollo or Mbin or Friendica or Hubzilla or (streams) or Wafrn all the same.

But it already gets tricky if it has to support Lemmy (as in being on Lemmy) in addition to Mastodon.