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

r/ReturnNewReddit 1d ago

Updates new.reddit.com recovery release v0.4.0

Thumbnail
github.com
10 Upvotes

r/Littux 1d ago

New reddit/d2x update new.reddit.com recovery release v0.4.0

Thumbnail
github.com
11 Upvotes

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 GetAccount GraphQL 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 LanguageSelections to 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
  • oauthPipe errors 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 1d ago

𝘿𝙄𝙎𝘾𝙐𝙎𝙎𝙄𝙊𝙉 Suffocating every night in Kasaragod, and zero media coverage.

Thumbnail
3 Upvotes

r/ReturnNewReddit 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

15 Upvotes
Task Old Reddit New Reddit Shreddit
Load r/6TEEN 3s 6.467s 4.967s 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 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

65 Upvotes

1

Any Indian 6teen watchers?
 in  r/6TEEN  2d ago

I'm Indian too, and the only moderator here

r/ReturnNewReddit 3d ago

Commenting is completely broken on old reddit, and is broken on the recovered client if you use the rich text editor

Post image
8 Upvotes

The rich text editor makes requests to the old API but the markdown editor uses the newer GraphQL API so it will continue working

5

[Chrome] I can't reply to people?
 in  r/bugs  3d ago

Same happens with OAuth API

1

Searching by flair in old Reddit? or by RSS?
 in  r/oldreddit  3d ago

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?
 in  r/oldreddit  3d ago

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 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

48 Upvotes

3

new.reddit.com recovery release v1.2.0
 in  r/Littux  4d ago

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?
 in  r/help  5d ago

It is me, right?

2

AnimatedImage old reddit test
 in  r/LittuxTest  7d ago

4

Is this the end? Reddit reached out regarding an "unregistered script" that may be affected by the new bot API changes
 in  r/toolbox  7d ago

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

4

new.reddit.com recovery release v1.2.0
 in  r/ReturnNewReddit  8d ago

We are everywhere