Automatically sets Reddit's default sorting order for home and subreddits.
This is a UserScript that automatically redirects Reddit to your preferred sort order (e.g., new
, hot
, top
, best
, rising
) for the home page, subreddit page, comment page, and user pages. It also includes a settings menu that allows you to configure your preferred sorting options easily.
This script is a UserScript port of the Default Sort for Reddit extension, with improvements, bug fixes, and personal changes.
GM_getValue
and GM_setValue
: Used to store user preferences.@match *://*.reddit.com/*
: Grants access to all Reddit pages for redirection.This project is licensed under the MIT License.