mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-08 05:07:02 +01:00
fix(YouTube - Hide video action buttons): Updated path filter
This commit is contained in:
parent
a14567df27
commit
b74e54481a
@ -22,7 +22,7 @@ final class ButtonsFilter extends Filter {
|
|||||||
|
|
||||||
bufferFilterPathGroup = new StringFilterGroup(
|
bufferFilterPathGroup = new StringFilterGroup(
|
||||||
null,
|
null,
|
||||||
"|CellType|CollectionType|CellType|ContainerType|button.eml|"
|
"|ContainerType|button.eml|"
|
||||||
);
|
);
|
||||||
addPathCallbacks(
|
addPathCallbacks(
|
||||||
new StringFilterGroup(
|
new StringFilterGroup(
|
||||||
|
Loading…
Reference in New Issue
Block a user