fix patch

This commit is contained in:
sadan 2025-01-26 23:07:34 -05:00
parent e0040c44fd
commit 29b9995598
No known key found for this signature in database

View file

@ -27,7 +27,7 @@ export default definePlugin({
{
find: "?\"PRESS_WATCH_ON_CRUNCHYROLL_BUTTON\"",
replacement: {
match: /(?=onClick)(?=.{0,200}index:(\i))/,
match: /(?<=fullWidth:!0,)(?=onClick)(?=.{0,200}index:(\i))/,
replace: "onContextMenu: $self.makeContextMenu(arguments[0], $1),"
}
}