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. Currently only works for community/user links.

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:
home

If you initially set your home instance wrong or just want to change it, no worries - simply go to your settings on your new home instance and press the button for it!
settings

Features

  • Rewrite all links of communities or users 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.
    rewrite

  • 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.
    redirect

Coming soon

  • Post & comment links. Those are a bit harder because the URL has to be requested from the instances.

Repository & Issues

      • Azzu@feddit.deOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Maybe try violentmonkey instead of greasemonkey, which does not seem to be in development anymore.

        • Zamboniman@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 year ago

          Gave violentmonkey a try. Your script worked perfectly immediately. So yeah, something in greasemonkey was causing the issues.

          Thanks for writing this, looks great so far!!

        • Zamboniman@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Yeah, that’s not a bad idea. I think I’ll give that a try a bit later when I get some time, as I’ll have several scripts I’ll need to move over to it.

        • Zamboniman@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 year ago

          …and I spoke too soon. Worked fine when I installed it. As soon as I went to another page on the instance it stopped working again. No icons, no button in settings. No idea what’s going on.

          • Azzu@feddit.deOP
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            Does it work again when you do a full refresh? So F5/press enter in the adress bar? If so then somehow listening to page changes is broken for you, lemmy doesn’t actually load new pages when you click on an (instance-local) link, it just exchanges all the content within the currently loaded page.

            • Zamboniman@lemmy.ca
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              Does it work again when you do a full refresh? So F5/press enter in the adress bar?

              It does not. I’ve tried that several times. Also tried opening a new tab and typing the site url directly.

              • Azzu@feddit.deOP
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 year ago

                I’m going to add a lot of logging and then give you a new version to try, then you can give me logs so I can diagnose this. There must be something weird about your setup, though I can’t guess what.

                • Zamboniman@lemmy.ca
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  1 year ago

                  Yup, that’s my thinking too that there must be something weird going on here, though I can’t imagine what.

                  Just for fun, I fired up Chrome instead of Firefox, installed violentmonkey, installed your script, and am having the exact same issue there! I did get the dialog asking me to set the home instance, which I did, but no button in settings and no icons. No idea what’s going on.

                  • Azzu@feddit.deOP
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    1 year ago

                    Wild idea, but could it just be that you’re using it wrong? :D if you’re on lemmy.ca then almost nothing should be rewritten because almost all links already go to lemmy.ca. Only when you go to another instance somehow or a user posts a link, for example this one then it should be rewritten.

                    Anyway though, here is a debug version of the script: https://gitlab.com/-/snippets/2561468/raw/main/lemmy.user.js

                    To use, open the browser console, unselect all message types at the top right (errors, warnings, logs…) except for the “Debug” message type, then reload the page and right-click -> send me all messages.

      • Azzu@feddit.deOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Yeah no idea, you can change DEBUG from true to false and see if it’s outputting any messages at all. I’d probably need to do some more advanced debugging steps, idk if you’re willing to do that