Redirect to old reddit

Redirects from new reddit to the old version

  1. // ==UserScript==
  2. // @name Redirect to old reddit
  3. // @description Redirects from new reddit to the old version
  4. // @namespace reddit
  5. // @match https://www.reddit.com/*
  6. // @run-at document-start
  7. // @version 0.0.1.20210302143843
  8. // ==/UserScript==
  9.  
  10. window.location.host = "old.reddit.com";

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址