How can I save someone's profile icon in Discord?
Solution 1:
- Open the profile of the user who has the profile picture you want AKA, clicking on their profile and pressing "View Profile"
- Press Ctrl+Shift+I to open the inspect window (if you're using discord on your browser you can also Right Click their profile picture then Inspect Element
- Press the button at the top left of the inspect window (should be a square with a mouse in it) and with that tool click their profile picture
- Copy the now present url in the inspect window from quote to quote with ctrl+c then paste it into your browser. There might be a little trouble in this part, I found that you could click on a part that's not highlighted but still in the code of the element (AKA, anywhere in style=), and then highlighting the url by holding down click instead of double-clicking and then highlighting to save time (If you double-click, it'll just highlight the entire thing and not the url).
- You now have their profile picture! From here you can save it like any other image.
- (Optional) If you feel the image is too small, at the end of the url replace "128" with "2048" (without the quotes) then press enter, and do step 5.
Source/Credits (Yes, I know I just copied the entire thing and edited some small parts to make it seem more understandable):https://www.youtube.com/watch?v=pvpoNnyafeQ
Solution 2:
It's easier than you might think.
Under Linux open the following folder: ~/.config/discord/Cache
- That's it.
That folder contains EVERY single media file you ever received or sent on discord, including profile pictures.
Note: When a person changes their profile picture, the old ones still persist in that folder.