Und auf YouTube die Short Videos bei euren Abos:

www.youtube.com##ytd-rich-section-renderer.ytd-rich-grid-renderer.style-scope:nth-of-type(2)

By the by:

youtube.com##ytd-rich-section-renderer:has-text(Most relevant)

@ProcessParsnip I have lots of uBlock Origin filters for youtube, lemme see if I can figure out which one is killing the sidebar... I think it's this one:

www.youtube.com##ytd-watch-next-secondary-results-renderer

@metasieben On the landing page they got rid of the badge (not sure if A/B testing).

I had a similar filter that used to work for that

youtube.com##ytd-rich-item-renderer.ytd-rich-grid-renderer:has(.yt-badge-shape--membership)

@flod This works for me, at least on channel pages:
```
youtube.com##ytd-rich-item-renderer:has(badge-shape.yt-badge-shape--membership):style(display:none !important;)
```

#バグ
#YouTube でピクチャー・イン・ピクチャー(PiP)を表示している時にスクロールするとPiPが消える問題。

機能拡張「Stylus」で次のように設定して
@-moz-document domain("www.youtube.com") {
#ytd-player{display:none;}
}

YouTube動画を開くと、再生ボタンも表示されないので再生できないが、一時的にStylusのcssを無効にすると再生できるようになる。
そして、再生直後はアドレスバーにPiPアイコンは現れないが、動画のPiPボタンでPiPを表示するとアドレスバーにもPiPアイコンが現れる。
動画が再生できて、PiPアイコンが表示された後に無効にしておいたStylusのcssを有効にすると、画像は消えるが音声は続く。アドレスバーのPiPアイコンもそのままだけど、スクロールして消えた後は復活しない。
ちなみに、アドレスバーに表示されているPiPアイコンをクリックすればPiPは画像付きで表示されるが、スクロールして消えちゃうと復活しない。音声と本体の画像とPiPの画像は別処理?

My next favourite uBlock Origin rule, this time to block youtube's shelves (eg. playables, etc) in the home screen.

```
www.youtube.com##ytd-rich-shelf-renderer
```

uBlockOrigin Tip: Clean up YouTube's UI

I enjoy watching videos on YouTube. I actually pay for YouTube Premium to get ad-free content. But every time I read the comments or live chats, or scroll down the video suggestions on the side of the video, or the overlays at the end, I regret ever wasting my brain cells on them. It would have been better if I hadn't seen them in the first place. [...]

https://write.as/chunshek/ublockorigin-tip-clean-up-youtubes-ui

www.youtube.com##ytd-reel-shelf-renderer.ytd-item-section-renderer.style-scope
@QuietMisdreavus you probably want a real extension for other stuff, but because I felt like messing with adblock rules, I can get rid of stream VODs with this rule:
```
www.youtube.com##ytd-rich-item-renderer:has(#metadata span.inline-metadata-item:has-text(/Streamed/))
```