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.

  • JohnEdwa@kbin.social
    link
    fedilink
    arrow-up
    8
    ·
    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.

  • sanjosanjo@kbin.social
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    1 year ago

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

    • Tarte@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

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

      • shepherd@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

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

        • RheingoldRiver@kbin.social
          link
          fedilink
          arrow-up
          3
          ·
          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.