Teddit is a free and open source alternative Reddit front-end focused on privacy. Teddit doesn't require you to have JavaScript enabled in your browser.
The silver lining here is that both of them are wholeheartedly recommending lemmy as the alternative, so it should provide an extra push to those on the fence about migrating
It depended on how you used reddit. They were extremely fast, had no ads, trackers or javascript so were extremely privacy friendly. But they were read only so you couldn't engage with the reddit content through them.
It was lurker's paradise (me included) before actually changing to Infinity and making an account. Sad to see a nice project go dark because of reddit greediness.
I was using one of the various publicly-hosted teddit sites (like https://teddit.privacytools.io/, which is currently rate-limited). It is pretty easy to import your Reddit subscriptions into one of these instances and have it show just your normal subscription content. You can't comment, but it was nice for lurking while Lemmy content was still coming up to speed.
I was able to easily launch a Teddit instance on my Linux server yesterday for my own usage using the Docker instructions on this site. It's not rate limited because I'm the only person using it.
For getting your Reddit subscriptions loaded into it, there is a trick to get a text list of your list of Reddit subscriptions, which you then just paste into a .json file and import into any teddit instance from the webpage. See the bottom of this post.
The .json file just contains this, with your list of subscriptions in a comma-separated string with double quotes:
{"subbed_subreddits":["AskReddit","LifeProTips","Music"],"theme":"dark","flairs":"true","nsfw_enabled":"true","highlight_controversial":"true","post_media_max_height":"medium","collapse_child_comments":"false","show_upvoted_percentage":"true","show_upvotes":"true","videos_muted":"true","domain_twitter":"","domain_youtube":"","domain_instagram":"undefined","domain_quora":"","domain_imgur":"","prefer_frontpage":"true","show_large_gallery_images":"false","default_comment_sort":"best"}
----------- Downloading your Reddit subscriptions as a text string ---------
{I'm not sure if the formatting of that command always displays properly on Lemmy or your app. The part in the join() section is:
doublequote backslash doublequote comma backslash doublequote doublequote}
3.) You might have to manually type the "javascript" text at the beginning of that command in the address bar because I found that Windows or the browser ignores that part when you paste.
4.) Press enter, and you should get a text list of your subscriptions displayed in your browser that you can copy and paste into any text document, like the above-mentioned.json file. Just manually add a leading and trailing double quote to make it work with that teddit.json format.