This commit is contained in:
thororen1234 2024-10-22 22:59:34 -04:00
commit c97df5f524
20 changed files with 139 additions and 89 deletions

View file

@ -181,13 +181,6 @@ export default definePlugin({
replace: "$&$self.unMountMagnifier();"
}
]
},
{
find: ".carouselModal",
replacement: {
match: /(?<=\.carouselModal.{0,100}onClick:)\i,/,
replace: "()=>{},"
}
}
],