mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-30 22:55:49 +01:00
fix(youtube/general-ads-patch): exclude playlists wrapper from filtering (#206)
This commit is contained in:
parent
2f2a595c89
commit
e357ac664b
@ -262,7 +262,8 @@ class GeneralBytecodeAdsPatch extends Filter {
|
|||||||
"home_video_with_context",
|
"home_video_with_context",
|
||||||
"related_video_with_context",
|
"related_video_with_context",
|
||||||
"search_video_with_context",
|
"search_video_with_context",
|
||||||
"horizontal_shelf"
|
"horizontal_shelf",
|
||||||
|
"playlist_add_to_option_wrapper"
|
||||||
)) return false;
|
)) return false;
|
||||||
|
|
||||||
for (var rule : register) {
|
for (var rule : register) {
|
||||||
|
Loading…
Reference in New Issue
Block a user