this post was submitted on 21 Jul 2023
2656 points (99.0% liked)
Lemmy.World Announcements
29018 readers
5 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.
Report contact
- DM https://lemmy.world/u/lwreport
- Email [email protected] (PGP Supported)
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
Join the team
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
Awesome! This worked with tamper monkey so it gets applied automatically. Thanks :)
Great! I edited my original post to include a Tampermonkey version. Cheers!