Reddit - Switch to 'Submitted' by default on user profile view

99% of the time I want to view the 'Submitted' tab, and occasionally the 'Comments' tab. Never 'Overview', so this'll always redirect from overview to submitted.

< Feedback on Reddit - Switch to 'Submitted' by default on user profile view

Review: Good - script works

§
Posted: 15.07.2024

This does not run on old.reddit and can be fixed by adding this.

// @match https://old.reddit.com/user/*

It also seems to loop over and over. The page does not stop updating the value.

Sam ShannonAuthor
§
Posted: 12.08.2024

I posted an update that should get it working on old.reddit (and new.reddit) rather than just www.reddit.
I'm using a script that redirects old.reddit (and new.reddit) to www.reddit, so that my user preference is honoured regardless of how any links I click are formatted, so I didn't think to make it work for all variations.

The reason yours was looping (I assume) is because you added a new match for old.reddit.com/user/* without adding an exclude for old.reddit.com/user/submitted*

§
Posted: 12.08.2024

You are right, I meant to make a new reply again mentioning that I fixed it that same day. I wonder how long till scripts like this can't fix reddit anymore.

Post reply

Sign in to post a reply.