mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 21:30:19 +02:00
fix(YouTube - Player components): Hide seek message
not working on YouTube 19.34.42
This commit is contained in:
parent
b20240aa5d
commit
169dc9acba
@ -69,6 +69,11 @@ public final class PlayerComponentsFilter extends Filter {
|
|||||||
"medical_panel"
|
"medical_panel"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
final StringFilterGroup seekMessage = new StringFilterGroup(
|
||||||
|
Settings.HIDE_SEEK_MESSAGE,
|
||||||
|
"seek_edu_overlay"
|
||||||
|
);
|
||||||
|
|
||||||
suggestedActions = new StringFilterGroup(
|
suggestedActions = new StringFilterGroup(
|
||||||
Settings.HIDE_SUGGESTED_ACTION,
|
Settings.HIDE_SUGGESTED_ACTION,
|
||||||
"|suggested_action.eml|"
|
"|suggested_action.eml|"
|
||||||
@ -88,6 +93,7 @@ public final class PlayerComponentsFilter extends Filter {
|
|||||||
infoPanel,
|
infoPanel,
|
||||||
liveChat,
|
liveChat,
|
||||||
medicalPanel,
|
medicalPanel,
|
||||||
|
seekMessage,
|
||||||
suggestedActions,
|
suggestedActions,
|
||||||
timedReactions
|
timedReactions
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user