fix ImageZoom, LoadingQuote, NoRPC, RevealAllSpoilers, SecretRingTone (#2306)
This commit is contained in:
parent
82ab3ad1b9
commit
de9122b05b
5 changed files with 8 additions and 8 deletions
|
|
@ -30,9 +30,9 @@ export default definePlugin({
|
|||
|
||||
patches: [
|
||||
{
|
||||
find: ".removeObscurity=",
|
||||
find: ".removeObscurity,",
|
||||
replacement: {
|
||||
match: /(?<=\.removeObscurity=(\i)=>{)/,
|
||||
match: /(?<="removeObscurity",(\i)=>{)/,
|
||||
replace: (_, event) => `$self.reveal(${event});`
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue