Automatically sets Reddit's default sorting order for home and subreddits.
< 腳本Reddit Default Sort的回應
Enjoying this very much - thank you. If you are still maintaining it, I have added one line to prevent fullscreen image view from being affected (as it uses active url rewrite) function redirectIfNeeded() { const currentUrl = window.location.href;if (currentUrl.includes(`#lightbox`)) { return; }Later, I might look at if "profile: posts tab" can similiarly be automatically selected for
登入以回覆
Enjoying this very much - thank you.
If you are still maintaining it, I have added one line to prevent fullscreen image view from being affected (as it uses active url rewrite)
function redirectIfNeeded() {
const currentUrl = window.location.href;
if (currentUrl.includes(`#lightbox`)) { return; }
Later, I might look at if "profile: posts tab" can similiarly be automatically selected for