feat(YouTube - Hide description components): Add Hide Ask (#4972)

This commit is contained in:
ILoveOpenSourceApplications
2025-05-17 13:22:33 +05:30
committed by GitHub
parent 1cd7067b61
commit ebc94a5da6
4 changed files with 11 additions and 0 deletions

View File

@ -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"),