init: mep

This commit is contained in:
phga
2026-04-17 11:39:29 +02:00
commit 961fd6b37d
6 changed files with 117 additions and 0 deletions

10
rewrite-reddit.js Normal file
View File

@@ -0,0 +1,10 @@
// ==UserScript==
// @name rewrite-reddit
// @namespace toerd
// @description Rewrite new to old reddit
// @include *www.reddit.com*
// @version 1
// @run-at document-start
// ==/UserScript==
// window.location.replace(window.location.toString().replace(/www/, 'old'));