this post was submitted on 21 Jul 2023
2691 points (99.0% liked)

Lemmy.World Announcements

28652 readers
52 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to [email protected] e-mail.

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

founded 1 year ago
MODERATORS
2691
submitted 11 months ago* (last edited 11 months ago) by ruud to c/lemmyworld
 

As requested by some users: 'old' style now accessible via https://old.lemmy.world

Code can be found here: https://github.com/rystaf/mlmym , created by Ryan (Is he here?) (Yes he appears to be! @[email protected] ! Thanks for this awesome front-end!)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] BinarySystem 7 points 11 months ago* (last edited 11 months ago) (3 children)

I think the only thing that's really missing for me and not just from old.lemmy.world but from the normal Lemmy UI. The ability to have clicking on links open in a new tab. I don't know why but I just really like having stuff open in a new tab so I can then come back to exactly where I left off.

Regardless this looks crazy good.

[โ€“] [email protected] 6 points 11 months ago (2 children)

Middle clicking a link (clicking with the mouse wheel) or ctrl clicking, opens links in a new tab.

Middle clicking also closes a tab of you middle click on it.

[โ€“] BinarySystem 3 points 11 months ago

I knew about Ctrl+click but not about middle mouse click. TIL :)

[โ€“] [email protected] 2 points 11 months ago (1 children)

Unfortunately it only opens in the background and doesn't open in a new tab and switch to it. I usually use both.

[โ€“] Satisfied_meerkat 2 points 11 months ago (1 children)

Pssst... Shift + middle click.

[โ€“] [email protected] 1 points 11 months ago

Oh cool! Thank you! Now to begin the arduous process of training a new workflow into muscle memory. :)

[โ€“] PM_ME_FLUFFY_SHIBES 2 points 11 months ago (1 children)

I am sure you could use tampermonkey/greasemonkey userscript for that

[โ€“] BinarySystem 1 points 11 months ago* (last edited 11 months ago)

Ooooh that's a good idea. I'll give that a shot.

[โ€“] Supervisor194 2 points 11 months ago* (last edited 11 months ago) (1 children)

Oh hey, I'm not alone! So I wrote a script that emulates Reddit's behavior when you have checked the "open links in a new tab" option in your user settings.

Edit: You can apply the code to a bookmarklet, and when you go to old.lemmy and click the bookmarklet, links will behave like you like. The downside is every time you load a new page, you have to click it again.

If you prefer, you can use the same code as a Tampermonkey userscript and it will apply it to the site automagically. I put both versions of the script at this pastebin link:

https://pastebin.com/hiVJW81G

[โ€“] BinarySystem 2 points 11 months ago (2 children)

Awesome! This worked with tamper monkey so it gets applied automatically. Thanks :)

[โ€“] Supervisor194 2 points 11 months ago* (last edited 11 months ago)

Great! I edited my original post to include a Tampermonkey version. Cheers!