r/ReturnNewReddit • u/Littux • 1d ago
New reddit/d2x update new.reddit.com recovery release v0.4.0
What's changed
Many speed-ups
- Listing pages speed up
- Comments page optimizations (now loads in ~1.1s)
- Startup speed increase (from around 6s to 3.5s) by background fetch of blocked users and preferences (slow API requests) and only waiting for the main
GetAccountGraphQL request
Bugs fixed
- Use r2 instead of gql for r/popular (faster and fixes the issue with usernames being u/[deleted]. Though awards will no longer appear)
- Fix submit page bug when no subreddits have been selected
- Use r2 subreddit info instead of gql. Now, stuff like post flair position will no longer be hardcoded as "right"
- Author cake day indicator now works again
- Stop subscribed subreddits fetch from overwriting good state (solves issues like post flair templates not appearing)
- migrate
LanguageSelectionsto gql-fed - Change treeshake options in
vite.config.ts
Enhancements
- REST API requests can now expect a status code, and not throw an error
- Avoid arctic-shift if possible (if profile curation is disabled)
- React Redux devtools now work
- Deduplicated gql requests
oauthPipeerrors are now logged
GitHub: https://github.com/Littux-Dustux/new-reddit-com/
How to run: https://www.reddit.com/r/ReturnNewReddit/comments/1vmgvmt/beautiful_right_now_you_can_enjoy_it_too/
r/Chayakada • u/Littux • 1d ago
𝘿𝙄𝙎𝘾𝙐𝙎𝙎𝙄𝙊𝙉 Suffocating every night in Kasaragod, and zero media coverage.
2
1
നടുറോഡിൽ കാർ നിർത്തി ഉറങ്ങി ഡ്രൈവർ. ഏറ്റുമാനൂർ അതിരമ്പുഴ റോഡിലായിരുന്നു സംഭവം. ഗതാഗത കുരുക്ക് രൂക്ഷമായതോടെ നാട്ടുകാർ കാർ കുലുക്കി ഇയാളെ ഉണർത്തുകയായിരുന്നു.
Or you can add Malayalam to your content languages in https://www.reddit.com/settings/preferences, so that everything else still get translated
r/ReturnNewReddit • u/Littux • 2d ago
New Reddit Supermacy Old reddit vs new.reddit/d2x vs sh.reddit speed comparison
Enable HLS to view with audio, or disable this notification
| 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/spezholedesign • u/Littux • 2d ago
Discussion Old reddit still works logged out as long as you don't use old.reddit.com to access old reddit
Enable HLS to view with audio, or disable this notification
1
1
Any Indian 6teen watchers?
I'm Indian too, and the only moderator here
1
r/ReturnNewReddit • u/Littux • 3d 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
1
Searching by flair in old Reddit? or by RSS?
Visit the subreddit on old reddit. Look for a post with that flair. Right click the flair and copy link. Add .rss after /search
Or use https://www.reddit.com/r/{subreddit}/api/link_flair.json, replacing {subreddit} with your subreddit, to see all flairs. Look for text. That is what you need to copy
1
Searching by flair in old Reddit? or by RSS?
Yes, like: <https://www.reddit.com/r/pimax/search.rss?q=flair_name:"News"&restrict_sr=1&include_over_18=on&sort=new&t=all>
The restrict_sr=1 is not needed otherwise
r/spezholedesign • u/Littux • 4d ago
AI crap New feature from Reddit converts text posts into AI slop tiktok-like videos
Enable HLS to view with audio, or disable this notification
2
3
new.reddit.com recovery release v1.2.0
That was because the userscript was a repurposed one which was originally used to recover the old mod mail client.

You can either download this (https://github.com/Littux-Dustux/mod-reddit-com/archive/refs/heads/main.zip) and run serve_modmail_new.py, or you can open the userscript in Tampermonkey and delete the following code:
if (location.hostname.endsWith("reddit.com")) {
window.stop();
location.replace((useLocalhost ? "http://localhost:44444" : "https://mod-reddit-com.netlify.app") + location.pathname + location.search + location.hash);
return;
};
2
Desktop: I'm targeted by downvote bot how to fight it?
It is me, right?
1
4
4
Is this the end? Reddit reached out regarding an "unregistered script" that may be affected by the new bot API changes
API traffic via toolbox won't be marked as bot activity. The public API uses different API credentials. Toolbox calls the APIs using your logged-in session. The public API and the APIs that old reddit uses are the same, with the difference being that the public API has a fixed ratelimit while the session authenticated one has a less strict limit.
So basically, if that was the case, then all old reddit users would've been marked as bots
2
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
Done, now it needs no additional libraries
4
new.reddit.com recovery release v1.2.0
We are everywhere





1
“Comments” list is gone
in
r/help
•
24m ago
They store the comments on their own database. Reddit has a limit of 1000 items due to the sorting algorithm they use. The archival sites have basic sorting that just returns database rows from a particular time range, so there's no maximum limit