List & export your subreddits

Lasairiona@kbin.social to Reddit Migration@kbin.social – 25 points –
timvisee.com

A script to help you make a list and export all subreddits you joined. Made by Tim Visée, not me, I just found it while looking for an easy way to get that list.

12

Now we just need a site where you can slap the list and it finds you the biggest fediverse communities for each.

In Chrome you don't even need to open the developer console. To get a comma separated list, just go to:
https://www.reddit.com/subreddits

Then paste this in the address bar:

javascript:$('body').replaceWith('<body>'+$('.subscription-box').find('li').find('a.title').map((_, d) => $(d).text()).get().join("\",\"")+'</body>');javascript.void()

The trick is that when you first paste it, the leading "javascript:" gets stripped off. So you have to type it in again.

This will give a list in the browser:

javascript:$('body').replaceWith('<body>'+$('.subscription-box').find('li').find('a.title').map((_, d) => $(d).text()).get().join("<br>")+'</body>');javascript.void()

That is awesome. I didn't know you could do stuff like that in Chrome. Thank you!

Nice! Worked for me. 697 subreddits, yikes.

Clocking in at 651 myself! Can't wait for kbin to populate more.

@Lasairiona Oh good lol, I feel a lot better lmao. I was asking myself how many there'd be and I guessed 200ish? Haha.

Yeah, we really need to hit critical mass for content more than magazines. We'll see after July 1st!

huh I suspected about 200 too, and it was 320....despite me clicking unsubscribe constantly over the past few years. I must have been about the same as you at the peak.

But really, I feel like reddit's algorithm is really shit & doesn't show you any content from some of them for ages at a time. For example, I was in /r/DotA2 still despite not paying much attention to that scene/game since like TI6 or so. I doubt I'd've stayed in it if they ever showed me posts from there. On the flip side, I feel like I rarely got comment from /r/lifeofnorman (like couple times a year) even though it's always been on-and-off active, and I adore that subreddit.