Skip to content

Commit

Permalink
feat(YouTube - Hide layout components): Add Subscriptions tab and `…
Browse files Browse the repository at this point in the history
…Comments` to `Keyword filter`
  • Loading branch information
anddea committed Mar 21, 2024
1 parent bd7cb77 commit bbc3217
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 21 deletions.
19 changes: 14 additions & 5 deletions src/main/resources/youtube/settings/host/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,22 @@ Note: This feature hasn't been tested."</string>
<string name="revanced_custom_filter_summary_off">Custom filter is disabled.</string>
<string name="revanced_custom_filter_summary_on">Custom filter is enabled.</string>
<string name="revanced_custom_filter_title">Enable custom filter</string>
<string name="revanced_keyword_invalid_length" formatted="false">Invalid keyword length (must be at least %s characters): %s.</string>
<string name="revanced_hide_keyword_content_comment_summary_off">Keyword filter for comments is disabled.</string>
<string name="revanced_hide_keyword_content_comment_summary_on">Keyword filter for comments is enabled.</string>
<string name="revanced_hide_keyword_content_comment_title">Enable comments keyword filter</string>
<string name="revanced_hide_keyword_content_feed_summary_off">Keyword filter for feed and search is disabled.</string>
<string name="revanced_hide_keyword_content_feed_summary_on">Keyword filter for feed and search is enabled.</string>
<string name="revanced_hide_keyword_content_feed_title">Enable keyword filter</string>
<string name="revanced_hide_keyword_content_sub_summary_off">Keyword filter for subscriptions is disabled.</string>
<string name="revanced_hide_keyword_content_sub_summary_on">Keyword filter for subscriptions is enabled.</string>
<string name="revanced_hide_keyword_content_sub_title">Enable subscriptions keyword filter</string>
<string name="revanced_hide_keyword_content_about_summary">Search/Home/Subscription results are filtered to hide content that matches keyword phrases\n\nLimitations\n• Some Shorts may not be hidden\n• Some UI components may not be hidden\n• Searching for a keyword may show no results</string>
<string name="revanced_hide_keyword_toast_invalid_common" formatted="false">Invalid keyword. Cannot use: \'%s\' as a filter</string>
<string name="revanced_hide_keyword_toast_invalid_length" formatted="false">Invalid keyword length (must be at least %s characters): %s.</string>
<string name="revanced_keyword_filter_strings_summary">Configure keywords and phrases to hide, separated by new lines\n\nWords with uppercase letters in the middle must be entered with the casing (ie: iPhone, TikTok, LeBlanc).</string>
<string name="revanced_keyword_filter_strings_title">Edit keyword filter</string>
<string name="revanced_keyword_filter_summary_off">Keyword filter is disabled.</string>
<string name="revanced_keyword_filter_summary_on">Keyword filter is enabled.</string>
<string name="revanced_keyword_filter_summary">Hides feed and search result videos using keyword filters.</string>
<string name="revanced_keyword_filter_title">Enable keyword filter</string>
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>
<string name="revanced_keyword_filter_title">Keyword filter</string>
<string name="revanced_custom_playback_speeds_invalid">Invalid custom playback speeds. Reset to default values.</string>
<string name="revanced_custom_playback_speeds_summary">Add or change available playback speeds.</string>
<string name="revanced_custom_playback_speeds_title">Edit custom playback speeds</string>
Expand Down
Loading

0 comments on commit bbc3217

Please sign in to comment.