Fix Issue?

This commit is contained in:
thororen1234 2025-02-04 21:01:12 -05:00
parent 4234e28ccc
commit fe287bb635

View file

@ -17,7 +17,7 @@ export default definePlugin({
patches: [{
find: "\"data-selenium-video-tile\":",
replacement: {
match: /(?<=function\((\i),\i\)\{)(?=let.{20,40},style:)/,
match: /(?<=function\((\i),\i\)\{)(?=let.{0,40},style:)/,
replace: "$1.style=$self.getVoiceBackgroundStyles($1);",
}
}],