Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 8d233a2

Browse files
author
0xrxL
authored
perf(youtube/general-ads-patch): reduce list of ignored component names (#261)
1 parent 115af48 commit 8d233a2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ public final class GeneralAdsPatch extends Filter {
1313
"related_video_with_context",
1414
"comment_thread", // skip blocking anything in the comments
1515
"|comment.", // skip blocking anything in the comments replies
16-
"download_",
1716
"library_recent_shelf",
18-
"playlist_add_to_option_wrapper" // do not block on "add to playlist" flyout menu
1917
};
2018

2119
private final BlockRule custom = new CustomBlockRule(

0 commit comments

Comments
 (0)