redditmod2

Dark themes, inline posts/comments, endless scrolling, subreddit filters, and other improvements for reddit.com

< Feedback on redditmod2

Review: Good - script works

§
Posted: 16/07/2023

Using this on my iPad in safari and everything works perfectly fine.

Only thing I’d love would be a forced fitting to my resolution on vertical (that’s more of a Reddit issue)
and a button to expand all images/posts, just as there is in RES.

Derv 82Author
§
Posted: 21/08/2023

I tried "expanding all" and it was... very scary. Loaded about 150+ posts instantly, started auto-playing many videos with sound...

You can try it yourself if you have the ability to enter a command into the Javascript console:

document.querySelectorAll(".thing:not(.redditmod-media-expanded)").forEach(x => x.click());

I could change it to only expand images and ignore videos... but right now that would take a lot of work.

Post reply

Sign in to post a reply.