this post was submitted on 23 Jun 2023
0 points (NaN% liked)

Lemmy Plugins and Userscripts

2132 readers
1 users here now

A general repository for user scripts and plugins used to enhance the Lemmy browsing experience.

Post (or cross-post) your favorite Lemmy enhancements here!

General posting suggestions:

Thanks!

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] Azzu@feddit.de 0 points 1 year ago (1 children)
[–] Zamboniman@lemmy.ca 0 points 1 year ago (2 children)

Got it. Upgraded to 1.0.2.

Still no icons to the right of links.

[–] Azzu@feddit.de 0 points 1 year ago (1 children)

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

[–] Zamboniman@lemmy.ca 0 points 1 year ago* (last edited 1 year ago) (1 children)

...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.de 0 points 1 year ago (1 children)

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 0 points 1 year ago (1 children)

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.de 0 points 1 year ago (1 children)

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 0 points 1 year ago (1 children)

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.de 0 points 1 year ago (1 children)

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.

[–] Zamboniman@lemmy.ca 0 points 1 year ago* (last edited 1 year ago) (1 children)

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.

I did think of that! Sure wouldn't be the first time I've done something like that, hehehe!! But no. For example, I'm on lemmy.ca, so I tried going to lemmy.ml and lemmy.world to see what the links looked like there. One of those I have a different account which I was logged in to, and the other I have no account so wasn't signed in. Nothing.

However, I've been trying a few things here, including disabling all my other extensions and scripts, which didn't make any difference. So then I left every extension disabled, removed your script, removed the few other scripts I installed in violentmonkey, removed violentmonkey, reinstalled violentmonkey and your script....and it was working again once more. So, I figured some other script or extension was causing havoc, so I renabled the other extensions and reinstalled the other scripts one by one, checking each time. They're all enabled again. Still working. I dunno....... Obviously something really weird is happening on my end. Right now, it's working, so I'll let you know if it starts to act odd again. My thinking right now is some other extension or script was messing something up big time, and all the disabling and re-enabling sorted it out somehow.

My working hypothesis right now: The issue wasn't your script, it was something else on my system.

Thanks for your help with this, btw!

[–] Azzu@feddit.de 0 points 1 year ago

Very weird :D glad it works now though :)

[–] Azzu@feddit.de 0 points 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