mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-25 01:28:52 -05:00
This is the dumbest patch I've ever done
This commit is contained in:
parent
e7cbad49dc
commit
d97b18d8e5
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ export default definePlugin({
|
|||
{
|
||||
find: ".COLLECTIBLES_SHOP_FULLSCREEN))",
|
||||
replacement: {
|
||||
match: /(\?void 0:(\i)\.channelId.{0,300})\i\.Fragment,{/,
|
||||
replace: "$1$self.render,{currentChannel:$2,"
|
||||
match: /(\?void 0:(\i)\.channelId.{0,300}return)((.{0,15})"div",{.*?\])\}\)\}\}/,
|
||||
replace: "$1$4$self.render,{currentChannel:$2,children:$3})})}}"
|
||||
}
|
||||
},
|
||||
// ctrl click to open in new tab in inbox unread
|
||||
|
|
Loading…
Add table
Reference in a new issue