Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SA
sanjosanjo @kbin.social
Posts 0
Comments 7
List & export your subreddits
  • 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()

  • TechCrunch mentions Lemmy / Kbin migration: Reddit CEO lashes out on protests, moderators and third-party apps
  • He talks out of both sides of his mouth. On the one hand the third party apps are costing them a lot of money. On the other hand, he says that only 3% of users use third party apps. Is that 3% of users the only thing keep them from being profitable?

  • Does lemmy.world really have 26000 users already?
  • I'm thinking about self-hosting an instance, but I'm not clear if these bigger instances would block me because I'm some little unknown server. Would they have to manually give me access to interact (federate?) with them if I self-host? Or would I automatically be able to post on their server?

  • Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, an
  • I'm a new user and I'm a little confused about why I'm receiving a lot of posts in German from reddit.de on the main kbin.social page. I don't remember ever subscribing to anything on that instance. I have some lemmy.world subscriptions mixed with the local kbin magazines, but I checked on lemmy.world and I'm not subscribed to any German content there. Does the default kbin.social site show German content by default?

  • FYI, Lemmy and Kbin are Progressive Web Apps, meaning you can install them as regular apps to your phone's home screen
  • I had never heard of this and I was really confused how I got a kbin app on my phone. When I got home and tried to "install the app" on my tablet I couldn't figure out how to install it. I searched on the Play Store and couldn't find it. I double checked the app information on my phone's icon and it said "Installed from the Google Play Store", so I was really confused.