code-charity / youtube

[top~1 open YouTube & Video browser-extension] - Enrich your experience & choice! 🧰180+ options & clever features 📌set+forget📌Longest-standing(been tough). Please join🧩us👨‍👩‍👧‍👧 ..⋮ {playback|content discovery|player|extra buttons|distractions|related videos|shorts|ads|quality|codec|full tab|full screen}
http://improvedtube.com
Other
3.51k stars 531 forks source link

hide the Group Category section (Example: Gaming. BROWSE ALL GAMING) #2470

Open gaveitatry2 opened 3 months ago

gaveitatry2 commented 3 months ago

Anytime that I watch a video, there is a section under the Details but above the Comments that will say what the group category is (Example: Gaming), with a large icon of that group category, and also the words "BROWSE ALL __". I never need this information and I never click this link. Is there a way to hide it? I've been looking through your great extension, but I couldn't find a way to remove it.

ImprovedTube commented 3 months ago

hi! & thanks @gaveitatry2

(somebody) please provide samples with right click on it "inspect element" (Copying the element and also the "full xpath")

Compare: https://github.com/code-charity/youtube/issues/2207 - we can group / name these features well

gaveitatry2 commented 3 months ago

@ImprovedTube

component-style="RICH_METADATA_RENDERER_STYLE_BOX_ART"

Note: This is the section that displays stuff like box art for the game, the game title, the date the game was released, and a link that says "BROWSE GAME >".

component-style="RICH_METADATA_RENDERER_STYLE_TOPIC"

Note: This is the section that displays the group category like "Gaming" and a link that says "BROWSER ALL GAMING >". Or whatever group it is. It doesn't have to be Gaming.

The parent of these two sections is called div#contents and would hide both sections at the same time.