Skip to content

Commit

Permalink
fix(youtube/general-ads-patch): exclude playlists wrapper from filter…
Browse files Browse the repository at this point in the history
…ing (#206)
  • Loading branch information
OxrxL committed Nov 13, 2022
1 parent 2f2a595 commit e357ac6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ public boolean filter(final String path, final String identifier) {
"home_video_with_context",
"related_video_with_context",
"search_video_with_context",
"horizontal_shelf"
"horizontal_shelf",
"playlist_add_to_option_wrapper"
)) return false;

for (var rule : register) {
Expand Down

0 comments on commit e357ac6

Please sign in to comment.