fix(YouTube - Return YouTube Dislike): Show Shorts dislikes with new A/B button icons
This commit is contained in:
parent
4b818e49a2
commit
084e0a527b
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")
|
||||
);
|
||||
|
||||
// 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(
|
||||
// on_shadowed = Video was previously like/disliked before opening.
|
||||
// off_shadowed = Video was not previously liked/disliked before opening.
|
||||
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")
|
||||
new ByteArrayFilterGroup(null, "id.reel_like_button"),
|
||||
new ByteArrayFilterGroup(null, "id.reel_dislike_button")
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue