Skip to content

Instantly share code, notes, and snippets.

@ivanpu
Created November 7, 2020 11:40
Show Gist options
  • Save ivanpu/0d0f9a6fe27424ab240d3845324d4ad2 to your computer and use it in GitHub Desktop.
Save ivanpu/0d0f9a6fe27424ab240d3845324d4ad2 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Old Reddit
// @namespace puntiy.net
// @match https://www.reddit.com/*
// @grant none
// @version 1.0
// @author Puntiy Ivan
// @description 11/7/2020, 1:15:15 PM
// ==/UserScript==
window.location.replace(window.location.href.replace(/\/\/www./, "//old."))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment