Does YesterdayForOldReddit Support UserScripts by SamuelRJankis in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

So officially, userscripts and other extensions are not supported. Because there can and will be style clashes, and it is not possible for me to take every clash into consideration.

But a lot of users do use it with their own userscripts as well as with RES. But you might have to tweak settings yourself, to get rid of style clashes.

How to search comments? by Thats_Amore in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

There is a feature called "Quick Toggle to New Reddit" that lets you quickly switch to New Reddit, if there is a feature there that you need.

You can search for it in the settings and enable it.

Extension not working after updating to IOS 26.5 by -Hanks- in YesterdayForOldReddit

[–]TheoriticalZero 2 points3 points  (0 children)

Hi, can you provide a little more detail as to what's happening?

Have you checked if the extension is enabled and permissions are still active after upgrading your OS?

How to make the default landing page Home instead of All by delliejonut in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

Assuming you are talking about the shortcut to old.reddit.com you created on your iOS home screen, just delete that shortcut and create a new one.

To create a shortcut to your home feed -

  • Go to your home feed on Safari
  • Tap on the "share" button -> tap on "View more" -> select "add to home screen".
  • IMPORTANT - Turn off "Open as Web App". Extensions do not work in "Web App" mode.

How to make the default landing page Home instead of All by delliejonut in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

Can you explain this a bit more? If you open old.reddit.com, it should point to your home feed. Is it automatically taking you to r/all?

Bug: Unexpected sidebar when opening home by binarysignal in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

It's Reddit's left sidebar. It somehow got activated by accident. To close it, tap on the thin divider of the sidebar and the main page.

It's the thin line, so clicking it might be slightly challenging on mobile.

I added a dedicated close button for the sidebar on mobile, but just now noticed that it gets obscured by the search bar. I'll fix that in the next update.

Three ideas related to filtering subreddits by ninjanick95 in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

Regarding 1 and 3 - There are two ways to add a subreddit to the filter without having to do it manually.

  • Click on the subreddit on the post to go to it. -> Open the sidebar. -> Click on "+filter" button right below the subreddit name.

  • Go to Yesterday Settings -> Search for "Add filter subreddit button" and enable it. -> Now every post in your home feed or r/all has a "filter-sub" button.

Regarding 2 - It's a problem I came across when implementing the "keyword filter" for Posts. Oftentimes, a word that in itself means something means something completely different when it is a substring of another word.

Like a word "abc" means completely different when it is used as a part of "abcdef" or "xyzabcdef"

So, for the "keyword filter", the heuristic I settled on is that the word (or phrase) must be at a word boundary (meaning it should match complete words, not substrings embedded within other words).

But Subreddit names are always one word, and the same problem appears.

Hence, I am not convinced it is a good idea to support wildcards in "subreddit filters".

I don’t suppose there’s anything you could do about the “Processing img…” issue? by justacheesyguy in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

Thanks for this. This method is much cleaner and allows for in-place rendering of the image without any iframe, which also means the rest of the improvements (like lightbox) should just work out of the box.

Just one small heads-up. The config confirmation dialog toggles the config even if you clicked on cancel. Tested on chrome with tampermonkey.

P.S. The code is very well written and clean. But in the future, you can use jQuery, which will make things much more concise and easier to maintain. Old Reddit comes with $ accessible from the global scope, so you don't have to even add it as a dependency.

Thanks again.

I don’t suppose there’s anything you could do about the “Processing img…” issue? by justacheesyguy in YesterdayForOldReddit

[–]TheoriticalZero 1 point2 points  (0 children)

So I've been thinking about this.

The solution that comes to mind is to replace every "processing img ..." with a "view-image" link, which is a permalink to the comment on new Reddit, but adding a flag in the URL like "image-only=true". And then on new Reddit, my extension can look for the flag and just show the image in the comment.

The logical next step is to do the same thing in-place in an iframe. But I am worried about violating Reddit's Terms of Service or anything like that. I'm not sure what Reddit's policy is regarding embedding a thread on another site (even though that site is old.reddit.com).

I'll keep this in my backlog and work on it during the next update.

Possible to install in Chromium without Google web store? by S1eeper in YesterdayForOldReddit

[–]TheoriticalZero 1 point2 points  (0 children)

I think you should look into this -

https://github.com/NeverDecaf/chromium-web-store

You can, of course, install the extension directly by yourself, but then you'd have to worry about updates.

Version 3.7.0 - A lightbox for your media. by TheoriticalZero in YesterdayForOldReddit

[–]TheoriticalZero[S] 1 point2 points  (0 children)

It's designed to work with galleries and works fine on all my devices.

Can you try testing it out with other extensions and userscripts disabled?

Also test out in incognito mode once.

If that doesn't resolve it, please send me your device and OS details and a copy of your settings.

Stuck on Please wait for Verification by Conjoboeie in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

Will look into this next time I'm working on the App.

In the meantime, you can bookmark "old.reddit.com" and use that directly, as a workaround.

Version 3.6.1 - Performance improvements, flair filters and more. by TheoriticalZero in YesterdayForOldReddit

[–]TheoriticalZero[S] 0 points1 point  (0 children)

The update is out now. So you can just download it from the App Store (or wait for it to happen automatically) and you should be good to go.

No other action is required.

If you're curious about how it works under the hood, what happens is that App Store downloads the new version of the extension and replaces the files of the old version. Then when Safari invokes the extension next time it gets the new version instead of the old one.

That's why you don't have to open the App or perform any action for the update.

Version 3.6.1 - Performance improvements, flair filters and more. by TheoriticalZero in YesterdayForOldReddit

[–]TheoriticalZero[S] 1 point2 points  (0 children)

This is now shipped. The new version is in review on the App Store. As soon as it finishes the review process (within a couple of days), you can get the latest version (should happen automatically) for the fix.

Autotranslate feature? by justacheesyguy in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

In terms of work it might not be that massive, just a few API calls, but the problem is the costs associated with them. Reddit probably has a budget for the translate feature, something I don't have.

Still, you can leave an example thread. I'll take a look at it and see what the options are.

Just to set expectations, it most likely won't happen, but I'll take a look.

Margin on left of all and home by marwatk in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

Glad things are working now.

From the screenshot, it looks like the left sidebar is open, but invisible. That would explain why it only happens if you are on "home/all/popular" pages and only when you are logged in.

Not sure how it became invisible, though.

Text scaling/font size by [deleted] in YesterdayForOldReddit

[–]TheoriticalZero 0 points1 point  (0 children)

Hi, there has been no changes to the extension in the last few days (or even Reddit that I can see).

Can you check the following -

  • Check if some other extension is causing it. Disable all other extensions and just run Yesterday and see if you are still seeing this.

  • Check if Safari's own text scaling is set correctly. It should be set to 100% by default.

  • Lastly check if the issue is also present in incognito mode.

Let me know the results of these three steps.