Ensures that all URLs to Lemmy instances always point to your main/home instance.
This script transforms links from other instances to your home instance. So useful :)
As @MedicareForSome@lemmy.ml explained:
It makes it so that if you visit another instance using their URL, it will redirect you to your home version’s federated link.
E.g. if your home server is Lemmy.world, let’s say you find a link to Lemmy on another website but it’s a link to Lemmy.ml. If you click the link, you won’t be signed in.
How does it detect that a link is a lemmy link? Also, does this work on any website or just lemmy? Can it also handle things like opening a link from an app outside of the browser?
You should look at the link this post points to, the description of the script answers 2/3 :D
A link is detected by keeping a list of all instances and just matching them to that list. Currently contains 1188 instances from https://lemmyverse.net/?order=active
Yes, any website
Yes, not immediately, but you get a "Show on [HOME INSTANCE]" link at the top
How does it detect that a link is a lemmy link? Also, does this work on any website or just lemmy? Can it also handle things like opening a link from an app outside of the browser?
Would you mind explaining to me why i would want to do this? It's a genuine question.. i'm still learning Lemmy but do run my own instance just for my account.
It makes it so that if you visit another instance using their URL, it will redirect you to your home version’s federated link.
E.g. if your home server is Lemmy.world, let’s say you find a link to Lemmy on another website but it’s a link to Lemmy.ml. If you click the link, you won’t be signed in.
It's more like you'll have trouble opening some links without a script like this. It's my understanding that the link points to a post through an instance. A script like this will link you to the same post through your own instance.
So it's not that it's preferred in some sort of etiquette way, but this script will make links work more effortlessly or at all
Disclaimer: I have absolutely no idea what I'm talking about. I'm only trying to convince myself that I understand what's going on.