Skip to content

Instantly share code, notes, and snippets.

View ashleyharvey's full-sized avatar

Ashley Harvey ashleyharvey

View GitHub Profile
@Gkjsdll
Gkjsdll / NoNewReddit.user.js
Last active December 24, 2023 10:55
Automatically reditrect www.reddit.com to old.reddit.com
// ==UserScript==
// @name No New Reddit
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Reditrect www.reddit.com to old.reddit.com
// @author Gkjsdll (zackwinchell@gmail.com)
// @match *://www.reddit.com/*
// @grant none
// @run-at document-start
// ==/UserScript==