Greasy Fork is available in English.

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";