command to replace its profile image with another
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
<style>
/* gif profile picture */
.profile-pic > img { display:none; }
.profile-pic:after { background-image: url("https://gardenia.ju.mp/assets/images/gallery08/0b86c6a5.gif?v=4aad6e15"); display: inline-block; content:"" }
.general-about .profile-pic:after { background-size: cover; width: 160px; height: 160px; }
.profile-pic:after{
box-shadow: none!important
}
</style>
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬