I read this is a new “feature” they’ve been testing for at least 2 years now on some users unfortunately my time has come, So you might not seeing this but you will in the future

  • purplemonkeymad@programming.dev
    link
    fedilink
    English
    arrow-up
    12
    ·
    1 day ago

    I got this a while ago, it made me find the css variable and set it back. I have 5 across now, but could set it higher if I wanted.

    You still get a few gaps where the shorts would be, if I didn’t block those as well.

    • Kualdir@feddit.nl
      link
      fedilink
      English
      arrow-up
      3
      ·
      23 hours ago

      Could you explain how to do this for the people (like me) who don’t know how I’d go about having the css changed automatically

      • purplemonkeymad@programming.dev
        link
        fedilink
        English
        arrow-up
        9
        ·
        21 hours ago

        There are some other ways posted in the comments, but I used an Extension called Stylus and added the following to youtube.com:

        @-moz-document url-prefix("https://www.youtube.com/") {
            ytd-rich-item-renderer{
                --ytd-rich-grid-items-per-row: 5;
            }
        }