Twitist Forums
How can I save the background images of youtube or twitter profiles? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Twitter forums (/forum-1.html)
+--- Forum: Twitter General help (/forum-6.html)
+--- Thread: How can I save the background images of youtube or twitter profiles? (/thread-14080.html)



How can I save the background images of youtube or twitter profiles? - Will - 10-15-2012 08:58 PM

I uploaded an image onto my profile for both Twitter and Youtube, but now I reformatted my computer, I no longer have that image. Is there any way I can get it at all from my profiles online?


- Andrew Z - 10-15-2012 09:07 PM

Well, it's easy.

Go your twitter home page, view the page source, and you'll find a css rule contains your background image url, like this:

<style type="text/css">

body {
background: #333333 url('http://a3.twimg.com/profile_background_images/35282745/twbg.png') fixed no-repeat top left;
}


http://a3.twimg.com/profile_background_images/35282745/twbg.png, that's your background image


- Max M - 10-15-2012 09:07 PM

Right click on the image. "Save As"