site banner

Share your Userscripts

We've had some custom CSS posts, how about userscripts for The Motte?

I've written a quick-and-dirty infinite-scrolling userscript for post comments:

https://pastebin.com/Ukm9wgvq

Anyone have more ideas for how to tweak the site's behaviour?

10
Jump in the discussion.

No email address required.

Another userscript, this one shows hidden comments when needed to view a context link:

https://pastebin.com/NseHegGg

How would one go about using this?

These are designed to be imported into a userscripts extension: Greasemonkey (for Firefox), TamperMonkey for Chrome and other Blink-based browsers, and Userscripts for Safari. You'd save the javascript file linked above, then import it into the extension of your choice, and you end up with infinite scrolling, thanks to bnfrmt's work.