Skip to content

Commit

Permalink
[open-profile-images] fix for profile modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ioj4 committed Jul 16, 2024
1 parent b77701a commit e52f98b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/open-profile-images/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ const subSelectors = [
`[class*="memberInner"] [class*="avatar"] [class*="wrapper"]`,
// pfp in popout of webhooks
`[class*="avatarWrapperNonUserBot"]`,
// pfp in profile modal and other places
// pfp in profile modal
`[class*="headerInner"] [class*="avatar"]:not([class*="clickable"]) [class*="wrapper"]`,
// pfp in topbar in DMs, friends list, add to DM popover and own pfp in bottom left
`[class*="wrapper"][class*="avatar"]`,
// banner in profile modal
`[class*="bannerPremium"]:not([class*="settingsBanner"])`
Expand Down

0 comments on commit e52f98b

Please sign in to comment.