您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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.