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! @nnrx@sh.itjust.works ! Thanks for this awesome front-end!)
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.
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.
I knew about Ctrl+click but not about middle mouse click. TIL :)
Unfortunately it only opens in the background and doesn’t open in a new tab and switch to it. I usually use both.
Pssst… Shift + middle click.
Oh cool! Thank you! Now to begin the arduous process of training a new workflow into muscle memory. :)
Oh hey, I’m not alone! So I made a bookmarklet that fixes this. Make sure endless scroll is checked, then create a new bookmark and put it on your toolbar. Give the bookmark a name, I just use “>” on mine and put it right next to my Lemmy bookmark. Cut and paste this javascript into the bookmark’s URL:
When old.lemmy loads, click the bookmark, and links will behave like you are used to on reddit.
The only drawback is that it only works on the page you clicked it on, so subsequent tabs opened on lemmy (like self posts, user pages, etc) won’t behave the same - unless you click the button again.
Awesome! This worked with tamper monkey so it gets applied automatically. Thanks :)
Great! Not a tamper/greasemonkey user, but good to know for anyone else watching that it can work seamlessly that way. Cheers!
deleted by creator
I am sure you could use tampermonkey/greasemonkey userscript for that
Ooooh that’s a good idea. I’ll give that a shot.