mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02:55 +01:00
perf(youtube/general-ads-patch): reduce list of ignored component names (#261)
This commit is contained in:
parent
115af48d86
commit
8d233a2f82
@ -13,9 +13,7 @@ public final class GeneralAdsPatch extends Filter {
|
||||
"related_video_with_context",
|
||||
"comment_thread", // skip blocking anything in the comments
|
||||
"|comment.", // skip blocking anything in the comments replies
|
||||
"download_",
|
||||
"library_recent_shelf",
|
||||
"playlist_add_to_option_wrapper" // do not block on "add to playlist" flyout menu
|
||||
};
|
||||
|
||||
private final BlockRule custom = new CustomBlockRule(
|
||||
|
Loading…
Reference in New Issue
Block a user