fix(YouTube - Return YouTube Dislike): Show Shorts dislikes with new A/B button icons
This commit is contained in:
parent
87fcf3135d
commit
a0c227f1a0
1 changed files with 3 additions and 8 deletions
|
|
@ -76,15 +76,10 @@ public final class ReturnYouTubeDislikeFilterPatch extends Filter {
|
||||||
new StringFilterGroup(null, "|shorts_dislike_button.eml")
|
new StringFilterGroup(null, "|shorts_dislike_button.eml")
|
||||||
);
|
);
|
||||||
|
|
||||||
// After the likes icon name is some binary data and then the video id for that specific short.
|
// After the button identifiers is binary data and then the video id for that specific short.
|
||||||
videoIdFilterGroup.addAll(
|
videoIdFilterGroup.addAll(
|
||||||
// on_shadowed = Video was previously like/disliked before opening.
|
new ByteArrayFilterGroup(null, "id.reel_like_button"),
|
||||||
// off_shadowed = Video was not previously liked/disliked before opening.
|
new ByteArrayFilterGroup(null, "id.reel_dislike_button")
|
||||||
new ByteArrayFilterGroup(null, "ic_right_like_on_shadowed"),
|
|
||||||
new ByteArrayFilterGroup(null, "ic_right_like_off_shadowed"),
|
|
||||||
|
|
||||||
new ByteArrayFilterGroup(null, "ic_right_dislike_on_shadowed"),
|
|
||||||
new ByteArrayFilterGroup(null, "ic_right_dislike_off_shadowed")
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue