fix(youtube/general-ads-patch): exclude playlists wrapper from filtering (#206)

This commit is contained in:
OxrxL 2022-11-13 23:17:00 +01:00 committed by GitHub
parent 2f2a595c89
commit e357ac664b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,8 @@ class GeneralBytecodeAdsPatch extends Filter {
"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) {