mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-06-12 05:07:45 +02:00
feat(YouTube - Hide description components): Add Hide Ask
(#4972)
This commit is contained in:

committed by
GitHub

parent
1cd7067b61
commit
ebc94a5da6
@ -143,6 +143,7 @@ val hideLayoutComponentsPatch = bytecodePatch(
|
||||
key = "revanced_hide_description_components_screen",
|
||||
preferences = setOf(
|
||||
SwitchPreference("revanced_hide_ai_generated_video_summary_section"),
|
||||
SwitchPreference("revanced_hide_ask_section"),
|
||||
SwitchPreference("revanced_hide_attributes_section"),
|
||||
SwitchPreference("revanced_hide_chapters_section"),
|
||||
SwitchPreference("revanced_hide_info_cards_section"),
|
||||
|
@ -296,6 +296,9 @@ You will not be notified of any unexpected events."</string>
|
||||
<string name="revanced_hide_ai_generated_video_summary_section_title">Hide \'AI-generated video summary\'</string>
|
||||
<string name="revanced_hide_ai_generated_video_summary_section_summary_on">Video summary section is hidden</string>
|
||||
<string name="revanced_hide_ai_generated_video_summary_section_summary_off">Video summary section is shown</string>
|
||||
<string name="revanced_hide_ask_section_title">Hide Ask</string>
|
||||
<string name="revanced_hide_ask_section_summary_on">Ask section is hidden</string>
|
||||
<string name="revanced_hide_ask_section_summary_off">Ask section is shown</string>
|
||||
<string name="revanced_hide_attributes_section_title">Hide Attributes</string>
|
||||
<string name="revanced_hide_attributes_section_summary_on">Featured places, Games, Music, and People mentioned sections are hidden</string>
|
||||
<string name="revanced_hide_attributes_section_summary_off">Featured places, Games, Music, and People mentioned sections are shown</string>
|
||||
|
Reference in New Issue
Block a user