Skip to content

Instantly share code, notes, and snippets.

@Rayquaza01
Last active November 27, 2024 16:33
Show Gist options
  • Save Rayquaza01/6bbe7419e4fd345cb4a3fd4876cb007a to your computer and use it in GitHub Desktop.
Save Rayquaza01/6bbe7419e4fd345cb4a3fd4876cb007a to your computer and use it in GitHub Desktop.
Old Reddit Redirect
// ==UserScript==
// @name Old Reddit Redirect
// @namespace Violentmonkey Scripts
// @match https://www.reddit.com/*
// @grant none
// @version 1.0
// @author Arnaught
// @description 8/27/2023, 11:06:35 AM
// ==/UserScript==
location.href = location.href.replace("www", "old");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment