您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Default Home and subreddits to your preferred sort method
This script allows you to change the default sorting for the Reddit home page and subreddit's. This script will not affect your ability to select a new sort method, it only changes the default.
To change the behavior simply change the text for the variables named DEFAULT_HOME_SORT and DEFAULT_SUB_SORT.
// @name Reddit Default Sort (Redubbed)
// @namespace https://greasyfork.org/en/users/1510134-blaine-matlock
// @version 2.0
// @description Default Home and subreddits to your preferred sort method
// @author Blaine Matlock
// @license MIT
// @homepageURL https://greasyfork.org/en/scripts/547793-reddit-default-sort-redubbed
// @supportURL https://greasyfork.org/en/scripts/547793-reddit-default-sort-redubbed/feedback
// @match https://www.reddit.com/*
// @match https://reddit.com/*
// @match https://old.reddit.com/*
// @run-at document-start
// @grant none