Skip Navigation
AfroThundr AfroThundr @kbin.social

Nothing to see here...

Posts 0
Comments 5
I keep getting this .m3u8 download whenever I open the homepage? What is it?
  • Codeberg is a non-profit founded specifically to provide a FOSS alternative to GitHub and GitLab for hosting projects. The site is based on Forgejo, which is a community-driven fork of Gitea (both are FOSS, though Gitea is helmed by a for-profit company).

  • Userscript to redirect Lemmy links to Kbin magazine format
  • Thanks for this. Might I also suggest capturing links in the format /c/community and /c/[email protected]er as well?

  • Kbin Roadmap 2023
  • @TheK @alexm42 There's an open PR to implement this. In the meantime, this userscript implements the collapsing functionality.

  • Kbin-it - Changelog
  • Ah that makes sense, perhaps removing the rounded corners on those merged areas would enhance the look of them being connected better.

  • Kbin-it - Changelog
  • The style tweaks are nice, but I noticed it made the activity, comment, and sort bars blur together.

    So I adjusted the margins to provide cleaner separation to make them look better. (and also for the comments).

    @-moz-document domain("kbin.social"), domain("karab.in"), domain("fedia.io") {
      #comment-add {
        margin-bottom: .5em;
        padding: 1em;
      }
      .section.comment {
        margin: .2em;
      }
      article.entry.section--top, .options:not(.options--top) {
        margin-bottom: .5em;
      }
    }