If you didn’t already know about it, I included the full description after the release notes.

Release 1.3.0

  • You can now add multiple secondary instances: so if you, like me, also have an account on lemmynsfw.com (or of course any other instance), you can add that there and not have links rewritten for that instance
  • You can manually enter your home instance. Useful for self-hosted instances that didn’t show up in my instance list.

Full Description Below:

Description

Lemmy Universal Link Switcher, or LULs for short, scans all links on all websites, and if any link points to a Lemmy instance that is not your main/home instance, it rewrites the link so that it instead points to your main instance.

Also works on Firefox Android with the Tampermonkey extension!

Features

  • Rewrite links to Lemmy posts/comments to point to your home instance. Only after hovering over them, because getting home posts/comments links require communicating with the Lemmy servers, and we don’t want to spam the servers.

  • Instantly rewrite all links of community or user links to Lemmy/kbin on all websites everywhere to your new instance! The rewritten links will have an icon next to it, and hovering/touching the icon will show you the original link, allowing you to go there if you want to.
    community links being rewritten

  • If you are already on a page that has a corresponding page on your home instance, a link will automatically be added to the page header.
    the header link to your home instance when already on a remote post

Home Instance Setup

Simply visit the Lemmy instance you want to set as your home while the script is active. You will be asked if you want to set this instance to your home instance:
popup to select home instance

Settings

If you want to change your home instance or add secondary instances in case you have multiple accounts, simply go to the script settings, accessible within Violent/Tampermonkey directly, or alternatively within any Lemmy instances’ settings.
button to set your new home instance

Common Issues

Coming soon

  • Rewrite kbin post/comment links
  • Better rewriting support for kbin community/user urls (e.g. sort options are currently ignored)
  • Nicer tooltip styling (fit into page theme)
  • Signify that “Show at home” button is loading for posts/comments
  • Integrate with lmmy.to redirector
  • Ferris
    link
    English
    21 year ago

    I don’t know if it’s intended behavior, but the ‘context’ button when viewing responses to your posts does not change to your home instance. I was trying to understand how to work around that yesterday. It appears the title link works, but now I’m not certain whether it’s because of the script.

    • @Azzu@lemm.eeOP
      link
      fedilink
      English
      21 year ago

      Yeah that’s what I thought. This is how those buttons look in code:

      The problem is that there’s no destination identifier attached. If you compare that with your name at the top of your comment: , there’s an <a> (and href=) that identifies this as a link to somewhere. The buttons have no such identifying text with them, so I can’t rewrite them because I don’t know where they lead, it’s hidden within the application logic somewhere.

    • @Azzu@lemm.eeOP
      link
      fedilink
      English
      2
      edit-2
      1 year ago

      I’ll take a look when I’m back home :) could be that the context links aren’t really “links” at all, but “buttons”, which aren’t detected by my script.

      If you look at the post, you see some screenshots/videos, there’s this little icon with two arrows in a circle that signifies if a link was rewritten, which is how you can check if it’s working.