Spyke

Replies

Comment on

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

Comment on

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.

kbin

Comment on

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?

You reached the end