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

  • 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;
          }
      }