redditmod2

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

< redditmod2についてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2023/07/16

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 82作者
§
投稿日: 2023/08/21

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.

返信を投稿

返信を投稿するにはログインしてください