Skip Navigation

Search

/kbin meta @kbin.social fiofiofio @kbin.social

How to find interesting magazines to subscribe to

Step 1 is to go to the Magazines tab at the top of the page, and start browsing what our local instance here has to offer. But if you want to explore the wider world of the threadiverse, check out the list below:

Tip: How to subscribe to lemmy communities on kbin

Kbin Link, a browser extension that adds an icon next to links to lemmy communities to easily allow you to open the associated kbin magazine

Communities/Magazines These communities are focused on helping people find, discover, and promote niche communities.

Websites These sites are external, easy-to-browse directories of communities.

Special Interest Instances You can go to the Communities tab on any of these sites and find niche communities to subscribe to. This is not an exhaustive list and doesn't include any location-specific or language-specific instances.

3
/kbin meta @kbin.social CoderKat @kbin.social

How to make the Imagus extension work with kbin

The Imagus Chrome and Firefox extension shows image previews on hover. Currently with kbin, hovering over the thumbnail in the frontpage or magazine view just shows the thumbnail but slightly larger, which isn't what we want (especially since the thumbnails have a distorted aspect ratio). Here's how to make the extension show the full image when hovering over the thumnail:

  1. In Chrome, open the extension options from the extension menu (puzzle piece icon in the toolbar). The Firefox version likely is somewhat similar.
  2. Go to the "Sieve" tab and click the "+" button to add a new rule.
  3. In the img field, use: ^kbin\.social/media/cache/resolve/entry_thumb/(.*)
  4. In the to field, use: media.kbin.social/$1
  5. Save and refresh any pages that you wanted to use this on.

What the rule should look like

Before ----------

Before screenshot

After ----------

After screenshot

For non-kbin.social instances, you most likely just have to update the domain in the regexes above (steps 3 and 4) to whatever your instance's domain is. I escaped the dot in kbin.social to be safe (if you don't escape it, it matches any character), but it's unlikely to matter.

1