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:
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!
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.
-
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.
Coming soon
- Post & comment links. Those are a bit harder because the URL has to be requested from the instances.
That error’s irrelevant. Can you check that you have version 1.0.2 not 1.0.1?
Ah, yes. It’s 1.0.1. Let me upgrade once again.
Yep I fucked up :D
I have 1.0.1. An attempted update shows ‘No newer update available.’
Go to https://greasyfork.org/en/scripts/469273-lemmy-rewrite-links-to-home-instance and press the button there. There’s probably some throttling or whatever.
Got it. Upgraded to 1.0.2.
Still no icons to the right of links.
Maybe try violentmonkey instead of greasemonkey, which does not seem to be in development anymore.
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.
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!!
…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.
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.
It does not. I’ve tried that several times. Also tried opening a new tab and typing the site url directly.
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.
Yeah no idea, you can change
DEBUG
fromtrue
tofalse
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