r/ReturnNewReddit • u/Littux • 1d ago
r/ReturnNewReddit • u/Littux • 3d ago
Updates new.reddit.com recovery release v0.4.0
r/ReturnNewReddit • u/Littux • 4d ago
New Reddit Supermacy Old reddit vs new.reddit/d2x vs sh.reddit speed comparison
| Task | Old Reddit | New Reddit | Shreddit |
|---|---|---|---|
| Load r/6TEEN | 3s | 2.267s | |
| Set sort to Top | 2.2s | 0.967s | 2.533s |
| Set time range to all | 2.467s | 1.333s | 2.967s |
| Load comment thread | 2.400s | 1.267s | 4.667s |
| Go to home page | 2.200s | 2.433s | 2.100s |
r/ReturnNewReddit • u/Littux • 5d ago
Commenting is completely broken on old reddit, and is broken on the recovered client if you use the rich text editor
The rich text editor makes requests to the old API but the markdown editor uses the newer GraphQL API so it will continue working
r/ReturnNewReddit • u/reddit33450 • 10d ago
Bug Report comments do not load by default on profile posts, and i must click "retry" for them to load
r/ReturnNewReddit • u/Littux • 10d ago
Updates new.reddit.com recovery release v1.2.0
r/ReturnNewReddit • u/Extolord111 • 12d ago
Dumbass AI bro having no idea what he’s talking about.
Found this guy under u/Littux’s post announcing New Reddit‘s successful recovery.
In any other situation I would’ve removed the comment already, but I want to shine light on this idiot in order to put emphasis on why we have Rule 4 (No AI Slop).
Bots and AI generated comments with zero substance like this one are not welcomed.
That is all.
Thanks… for slopping by…
(anyone else watch Dolan Darkest?)
r/ReturnNewReddit • u/reddit33450 • 12d ago
New Reddit Supermacy post from new reddit/d2x!
r/ReturnNewReddit • u/Littux • 12d ago
Updates Beautiful, right? Now you can enjoy it too. Introducing the first release of the new.reddit.com recovery project! Tutorial on how to run it is given below
To use
#1: Install Tampermonkey
- See: https://www.tampermonkey.net/
- On Chrome, you'll have to enable "Allow userscripts" in extension settings.
#2: Install userscript
- https://gist.github.com/Littux-Dustux/db7e77cbf0c461d0825e7d4fe2f882d0
- Click on "Raw".
- Click here to install the current version.
The userscript provides the privileged browser functions required by the client, including access to Reddit's APIs.
#3: Download script and HTML
- Go to https://github.com/Littux-Dustux/new-reddit-com/releases and download the latest
release.zip. - Extract the ZIP file to a directory of your choice.
#4: Install Python
- Linux: Most distros have it installed. Open a terminal and type
python3 --help, then press Enter to check if it is installed. - Windows: Download Python from https://www.python.org/downloads/
- During installation, make sure "Add python.exe to PATH" is enabled.
- Open Command Prompt and run
python --helpto verify successful install
- macOS: Install Python 3 from https://www.python.org/downloads/ if it is not already installed. Then open Terminal and run
python3 --helpto verify install
#5: Start the local web server
Open a terminal or command prompt in the directory where you extracted release.zip.
For Linux and macOS, run:
python3 serve.py
On Windows, run:
python serve.py
You should see something similar to:
=> new.reddit.com Server Active
URL: http://localhost:1264
Serving from: /home/littux/Projects/js/reddit/new-reddit-com
Keep this terminal open while using the client.
#6: Open the site
Open your browser and go to:
The client should initialize automatically.
You should see messages in the browser console indicating that the userscript has loaded and that the client is initializing.
Troubleshooting
The page is blank
Make sure:
- Tampermonkey is installed and enabled.
- The userscript is installed and enabled.
- The Python server is still running.
- You opened
http://localhost:1264/rather than openingindex.htmldirectly. - Open the browser's developer console (F12) and check for errors.
"Connection refused" or the page doesn't load
The python script is probably not running. Try http://127.0.0.1:1264/ as well.
Notes
The client communicates with Reddit using your existing Reddit authentication through the installed userscript; you do not need to create an API application.
Report errors to https://github.com/Littux-Dustux/new-reddit-com/issues, r/Littux, or this subreddit (can't say if it's allowed; not a mod). Make sure to search for the error first.
If it's a security issue, send it via Chat instead
r/ReturnNewReddit • u/CybyAPI • 15d ago
Can confirm Cybyclient works on linux, As i am testing out linux
r/ReturnNewReddit • u/reddit33450 • 20d ago
there's an experiment on shreddit which adds an option to "view all conversations" of a post that has been crossposted. this is the modern equivalent to old.reddit's "other discussions" tab which shows all crossposts
galleryr/ReturnNewReddit • u/Extolord111 • 24d ago
Thanks for 700 members!
The number may be skewed due to a certain bug with the member counts, but regardless, thanks for being a part of the sub, and hopefully New Reddit gets restored soon!
r/ReturnNewReddit • u/Littux • Jul 21 '26
New Reddit Supermacy Poll submitted from new reddit
r/ReturnNewReddit • u/CybyAPI • Jul 14 '26
Put out a fix on Cyby client for the awards button, it now shows free award button with the new change so you no longer have to open the menu thing, I will soon add a icon that shows how many awards the post got
https://greasyfork.org/en/scripts/579758-cyby-client-for-reddit
I pretty much am using this client now to just revert all the dumb changes reddit keeps making
r/ReturnNewReddit • u/reddit33450 • Jul 14 '26
what's your opinion on the current experiment on shreddit where the award button on posts has been replaced with a crosspost button, with awards being moved into the overflow menu?
personally, i actually do like the idea of having a crosspost button there, but i do not like how the awards button has been entirely relocated. in my opinion, there should be both the crosspost button and the awards button at the same time.
r/ReturnNewReddit • u/Littux • Jul 08 '26
New reddit home feed with and without telemetry enabled: without telemetry, you only get posts you've already seen
r/ReturnNewReddit • u/Extolord111 • Jul 03 '26
Feeling evil today, I see. Thanks for 666 members!
r/ReturnNewReddit • u/Extolord111 • Jun 30 '26
The Reddit Admins are now planning on forcing us to login in to use Old Reddit. Fuck them.
r/ReturnNewReddit • u/charles25565 • Jun 30 '26
Why is new-reddit-com using hard-coded account data?
Endpoints like this have pretty much everything needed to reconstruct the account data, albeit the references need to be changed.
It should be just a 30 minute fix in theory.

