mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
fixed regex upgradeMenu
This commit is contained in:
@@ -2037,7 +2037,7 @@
|
||||
"to": ""
|
||||
},
|
||||
"match": "=>\\{((?:(?!=>\\{).)*?(?=\"loggedin_upgrade_menu))",
|
||||
"replace": "=>\\{ return null; $1"
|
||||
"replace": "=>{ return null; $1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user