How To Display Facebook and Instagram Public Photos in Plain ASCII Text

First of all, let’s see what a picture looks like in plain ASCII format.

cristiano-original Digital version of Cristiano

Looks pretty cool, right? If you want to get a digital copy of any photos from Facebook and Instagram that open to the public. Here is how you can do it.

How to do it on Facebook

1. Find a picture that can be publicly viewed, which could be challenge actually.

2. When you find one, right-click the picture and choose option “Open image in a new tab” from the context menu.

facebook-image-context-menu

3. When the image opens up in the new tab, look at the Url in the address bar that ends with the format of the photo, such as .jpg, .png, etc. Add “.html” at the end of the Url right after the format of the picture, like below.

facebook-image-with-html-ending

4. Hit Enter and see what happens.

facebook-image-in-digital-format

Note that if you see a series of strings after the format of the photo, that means the picture is not for public. You cannot turn a private photo in digital format on Facebook.

How to do it on Instagram

I am showing you how in Google Chrome as it has a nicely built-in Developer Tools we are going to use.

1. Find a picture that you want to turn in digital, right-click on the picture and choose Inspect. The developer tools panel opens up at the bottom of the page.

instagram-right-click-image-and-inspect

2. Expand the <div> tag above the one that is highlighted, and double-click the link in the <img> tag to highlight the entire Url of the image. Then drag the highlighted Url and drop it to the current page to show the full image.

instagram-2016-09-08-23_13_26

3. Then replace everything after the picture format with “.html“, like below.

instagram-add-html

4. Hit Enter and here we go.

https___scontent-sea1-1-cdninstagram-com_t51-2885-15_e35_14156511_32600185107483-2016-09-08-23_17_57

Now once you are on the digital version of the image page, press Ctrl + S to save the file to your local drive.

Leave a Reply

Your email address will not be published. Required fields are marked *