19
How many communities are you subbed to?
(lemmy.world)
Welcome to Lemmy.World General!
This is a community for general discussion where you can get your bearings in the fediverse. Discuss topics & ask questions that don't seem to fit in any other community, or don't have an active community yet.
🪆 About Lemmy World
🧭 Finding Communities
Feel free to ask here or over in: !lemmy411@lemmy.ca!
Also keep an eye on:
For more involved tools to find communities to join: check out Lemmyverse!
💬 Additional Discussion Focused Communities:
Rules and Policies
Remember, Lemmy World rules also apply here.
0. See: Rules for Users.
Not as many as I should be. Clicking links to mags/comms often opens them in a new window that I'm not logged into, then the login screen freezes.
Yeah it can be annoying following a remote link by accident and having to do the whole copy/paste rigmarole to subscribe.
I have a bookmarklet installed in my browser that I can hit to be redirected to the current community but from within my home instance. Can't remember who originally made it or I'd give them a shoutout. But anyway copy this to your bookmarks bar and it should help streamline things a lot.
javascript:(function() {const myInst="feddit.uk";let currUrl=window.location.toString().split("/");let currInst=currUrl[2];currUrl[2]=myInst;let newUrl=currUrl.join("/")+"@"+currInst;window.location=newUrl;})()
You'll still get some 404s of course from communities that haven't been indexed on feddit.uk yet, so you'll need to fall back on the copy/paste method there. But still, that gets less common every day :)