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
    link
    fedilink
    English
    33 days 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
      83 days 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;
          }
      }