lawrencehook / remove-youtube-suggestions

A browser extension that removes YouTube suggestions, comments, shorts, and more
https://lawrencehook.com/rys/
Mozilla Public License 2.0
379 stars 33 forks source link

Request: Remove text-suggestions during video playback #52

Closed Brog33 closed 2 years ago

Brog33 commented 2 years ago

These annoying text-suggestions still isn't removed (see screenshot).

image

lawrencehook commented 2 years ago

I don't see this text suggestion on my YouTube videos. Are you able to see what the css selector for it is?

Brog33 commented 2 years ago

Ah ok. I have noticed them in a good few videos. The video i was screenshotting above was this one https://www.youtube.com/watch?v=XzPK-DpoP1M

There seems to be at least two different variants. Managed to kill them off with ublock origin. Here are the rules from the picker.

www.youtube.com##.ytp-cards-button-icon-default > .ytp-cards-button-icon www.youtube.com###movie_player > .ytp-chrome-top > .ytp-chrome-top-buttons > .ytp-cards-teaser

lawrencehook commented 2 years ago

Just saw one! I'll add an option to remove it.

.ytp-cards-teaser button.ytp-button.ytp-cards-button

lawrencehook commented 2 years ago

@Brog33 Done! Version 4.2.22 has an option to remove the "Overlay text". Just released, should update in the coming few days.

Thank you for making this GH issue 👍