feat(YouTube - Video description): Add Hide AI-generated video summary (#4636)

This commit is contained in:
ILoveOpenSourceApplications
2025-03-24 21:53:57 +05:30
committed by GitHub
parent e9b7f263f7
commit 521fd48602
4 changed files with 11 additions and 0 deletions

View File

@ -142,6 +142,7 @@ val hideLayoutComponentsPatch = bytecodePatch(
PreferenceScreenPreference(
key = "revanced_hide_description_components_screen",
preferences = setOf(
SwitchPreference("revanced_hide_ai_generated_video_summary_section"),
SwitchPreference("revanced_hide_attributes_section"),
SwitchPreference("revanced_hide_chapters_section"),
SwitchPreference("revanced_hide_info_cards_section"),