Greasy Fork is available in English.

Reddit (re)redesign redirector

Takes you back to the previous design by rerouting www.reddit... to new.reddit...

// ==UserScript==
// @name         Reddit (re)redesign redirector
// @description  Takes you back to the previous design by rerouting www.reddit... to new.reddit...
// @match        https://www.reddit.com/*
// @version      0.1
// @author       mica
// @namespace    greasyfork.org/users/12559
// @license      MIT
// ==/UserScript==

location.replace(location.href.replace('/www.','/new.'));