返回首頁 

Greasy Fork is available in English.

Redirect to old reddit

Redirects from new reddit to the old version

// ==UserScript==// @name        Redirect to old reddit// @description Redirects from new reddit to the old version// @namespace   reddit// @match       https://www.reddit.com/*// @run-at      document-start// @version 0.0.1.20210302143843// ==/UserScript==window.location.host = "old.reddit.com";