this post was submitted on 21 Jun 2023
25 points (100.0% liked)

Reddit Migration

145 readers
1 users here now

### About Community Tracking and helping #redditmigration to Kbin and the Fediverse. Say hello to the decentralized and open future. To see latest reeddit blackout info, see here: https://reddark.untone.uk/

founded 1 year ago
 

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.

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 1 year ago

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

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

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

[–] [email protected] 1 points 1 year ago

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

[–] [email protected] 4 points 1 year ago (1 children)

Nice! Worked for me. 697 subreddits, yikes.

[–] [email protected] 3 points 1 year ago (1 children)

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

[–] [email protected] 2 points 1 year ago (1 children)

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

[–] [email protected] 3 points 1 year ago

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.

[–] [email protected] 3 points 1 year ago

This is sweet. Deleted my account on the 13th

[–] [email protected] 2 points 1 year ago

Very useful

[–] [email protected] 2 points 1 year ago

I wish I could do this with all the blocked subs in RES

load more comments
view more: next ›