mchangrh / yt-neuter

uBlock filter(s) list for blocking unwanted YouTube elements
https://neuter.mchang.xyz
The Unlicense
182 stars 13 forks source link

Big Video Info #35

Closed barraIhsan closed 1 year ago

barraIhsan commented 1 year ago

image I dont know what to call it, but basically its the big video info at the bottom of the description

barraIhsan commented 1 year ago

Hmmm, the "More from Channel" video is also blocked because of this. Does it possible to just block the channel name, subscriber, logo, video button and about? image Example "More from Channel". If this whole is blocked, when you pressed the i card thing, it will not show up the video

mchangrh commented 1 year ago

I'll see what I can do to make it more specific but it looks like it shares most of the markers

On Thu, Jun 8, 2023, 00:11 barraIhsan @.***> wrote:

Hmmm, the "More from Channel" video is also blocked because of this. Does it possible to just block the channel name, subscriber, logo, video button and about? [image: image] https://user-images.githubusercontent.com/57800056/244261850-2c2a28de-4875-472e-9595-dfdfb8a09051.png Example "More from Channel". If this whole is blocked, when you pressed the i card thing, it will not show up the video

— Reply to this email directly, view it on GitHub https://github.com/mchangrh/yt-neuter/issues/35#issuecomment-1581863824, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADTOQ32DEJNDC6CJPY2NEZ3XKFGHFANCNFSM6AAAAAAY5OFYFM . You are receiving this because you modified the open/close state.Message ID: @.***>

barraIhsan commented 1 year ago

but it looks like it shares most of the markers

yes, its shares. And your new filter still doesnt work. image It will select all of it

However, I decided to try and it works. This is my filter youtube.com##ytd-video-description-infocards-section-renderer > :not(#infocards-section) and it works! image


There is something tho, there is #social-links, but somehow it always greyed (hidden) in many video I tried. So probably just block it too? Or if its also excluded, the filter would look something like this youtube.com##ytd-video-description-infocards-section-renderer > :not(#infocards-section):not(#social-links)

image

barraIhsan commented 1 year ago

Just to add up image is this a typo (a space after .) that make it to be error?

mchangrh commented 1 year ago

Oh yes, the spaces are a typo. It must have gotten run through my linter.

mchangrh commented 1 year ago

The problem with your filter is that the larger element will still remain padded

barraIhsan commented 1 year ago

still remain padded

what gap? image it works fine. Did you mean the hr when there is no info card? image if its the case then, we have to modify the css.

mchangrh commented 1 year ago

Can you send the link to this video? I've only been getting the channel popup and not the recommendations so Its been a beat guess effort to try and excuse those extra boxes.

barraIhsan commented 1 year ago

I mean, many video include info cards info cards: https://www.youtube.com/watch?v=nzV2o_lLvoA

mchangrh commented 1 year ago

oh I see. I assume you want to preserve info cards and social links, only removing the channel banner?

barraIhsan commented 1 year ago

yes