Skip to content

Instantly share code, notes, and snippets.

View healthybinary's full-sized avatar
🎯
Focusing

TheHealthyBinary healthybinary

🎯
Focusing
View GitHub Profile
@healthybinary
healthybinary / Reddit.user.js
Last active February 7, 2024 22:16
Greasemonkey/Violentmonkey Userscript Redirects to old.reddit.com
// ==UserScript==
// @name Reddit redirect to old.reddit.com
// @match *://*.reddit.com/*
// @grant none
// @run-at document-start
// @description Redirects to old.reddit.com
// @version 1.0.1
// @downloadURL https://gist.github.com/healthybinary/d00f3f56fe214e86a8a038e85f0c5741/raw/73baff5ac42066f3345195e28b03acaee62582f3/Reddit.user.js
// @updateURL https://gist.github.com/healthybinary/d00f3f56fe214e86a8a038e85f0c5741/raw/73baff5ac42066f3345195e28b03acaee62582f3/Reddit.user.js
// @license MIT