← Back to context

Comment by aembleton

3 days ago

If you've already got uBlockOrigin then you can add this to it instead of another extension. Add these filters:

  youtube.com##.ytd-rich-item-renderer:style(max-width:265px; !important;)
  youtube.com##.yt-lockup-metadata-view-model__title:style(display:inline; !important;)

Thanks. That let me remove an extension from my browser, which was great.

But the filters actually need to be like this:

  youtube.com##ytd-rich-item-renderer{max-width:265px; !important;}
  youtube.com##yt-lockup-metadata-view-model__title{display:inline; !important;}