Spyke
plugins·Lemmy Plugins and Userscriptsbydraivin

Lemmy Infinite Scrolling and Comment Sort

After my post with the comment sorting script yesterday, I thought that since I was already doing script rewriting I might as well go further, so here is a script implementing infinite scrolling for the home page and communities on Lemmy.

I didn't publish it as a separate script to comment sort since both are incompatible, as they both edit lemmy's client.js. If sorting comments by Top annoys you, just change the defaultSort back to Hot in the script.

Edit: Fixed the spinner on instances other than lemmy.world.

https://pastebin.com/WvnWb9zxOpen linkView original on lemmy.world

Put it in to FireFox and I get this.

Script error in [Greasemonkey script null/Lemmy Sort and Scroll; version 0.3]: TypeError: MutationObserver.observe: Argument 1 is not an object.

2

worked, wondering if you can add an option to default opening topic/thread in a new tab

1

You reached the end

Lemmy Infinite Scrolling and Comment Sort | Spyke