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

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) {