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.
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.
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:
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.
Common Issues
- Does not work with Greasemonkey. Use Violentmonkey (open source) or Tampermonkey (closed source) instead.
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
If you can get any error message posted or sth I might be able to fix it, but I’ve got no way to test it on any apple device, that’s a bit of a problem :D
Thanks! Sorry my “it’s not working” wasn’t very helpful, and unfortunately I don’t have any error messages. Here’s what I can see:
Things I tried which had no effect:
Violentmonkey and Tampermonkey did not seem to have iOS clients, but for troubleshooting purposes I installed the Gear browser app. I understand Gear has it’s own browser engine and supports userscripts directly. After installing the LULs the script worked when browsing in Gear.
I’m not likely to switch from Safari to Gear for browsing, so ideally it would be great to get it working in Safari.
Are there any other troubleshooting steps or settings in Safari you could suggest to get it working?
The fact that it did ask you to set home once at least means that it’s running. It’s likely running into an error somewhere.
Honestly iOS and Safari (and Apple in general) were one of the worst developer experiences I’ve ever come across, which is why I’ve not looked into it at all so far … Actually I have looked into it just now, and I basically need an Apple device to do anything. Or virtualize Mac os which then virtualizes iOS, which probably costs some hours to all set up, yay. I hate this shitty company and its overpriced garbage.
So yeah, sorry for that rant… but if you could search for some way to open the debug console of Safari and see some sort of error message I could probably do something. Apparently it’s somewhere in the advanced/developer settings.
Thanks for looking into it. I did find the debug console setting while I was poking around earlier. It needs to connect to a PC so I’ll give it a go tomorrow.