Always redirects to old-Reddit, avoiding Reddit's redesign.
< 脚本Bring Back Old Reddit的反馈
Works perfect, made it redirect to compact Reddit mobile by adding this: window.location.replace("https://old.reddit.com" + window.location.pathname + window.location.search + ".compact");
window.location.replace("https://old.reddit.com" + window.location.pathname + window.location.search + ".compact");
登录以发表回复。
Works perfect, made it redirect to compact Reddit mobile by adding this:
window.location.replace("https://old.reddit.com" + window.location.pathname + window.location.search + ".compact");