Inve1951 / BetterDiscordStuff

my BD plugins & themes, focused on enhancing user experience
Other
292 stars 537 forks source link

[Link-Profile-Picture] Not working #218

Open Enrico9431 opened 2 months ago

Enrico9431 commented 2 months ago

I unfortunately can't say anything other than that the plugin doesn't work for me, like it just doesn't work, that's it.

TheRealKn1ghtSp1der commented 2 months ago

yeah it just don't work

Pysis868 commented 3 weeks ago

Using this instead: https://raw.githubusercontent.com/Skamt/BDAddons/main/ViewProfilePicture/ViewProfilePicture.plugin.js

This plugin uses .avatar_e1126d and double parent's inner_e1126d.

In chats view:

#app-mount >
.appAsidePanelWrapper_bd26cc >
.notAppAsidePanel_bd26cc >
.layerContainer_cd0de5 >
.layer_c9e2da >
.focusLock_f9a4c9[role="dialog"][aria-label="User Profile Modal"] >
.root_bc9cc2.root_f9a4c9.small_f9a4c9 fullscreenOnMobile_f9a4c9 >
.fullSizeOuter_c69a7b.userProfileOuter_c69a7b.userProfileOuterUnthemed_c69a7b.theme-dark.images-dark VPP-container >
.userProfileModalInner_c69a7b.userProfileInner_c69a7b.fullSizeInnerThemed_c69a7b >
header >
.headerInner_bc9cc2 >
.avatar_f94206.fullSize_f94206 >
svg.wrapper_c51b4e[role="img"] >
.mask_c51b4e.svg_c51b4e >
foreignObject >
.avatarStack_c51b4e > img

Larger Dialog view, and reduced:

#app-mount
[role="dialog"][aria-label="User Profile Modal"]
[class*="userProfileOuter_"] >
[class^="userProfileModalInner_"]
[class^="headerInner_"] >
[class^="avatar_"]
foreignObject >
[class^="avatarStack_"] >
img