Do you want to save facebook chats with one of your friends? Then read on.
This post contains a simple Javascript that will allow you to show all the messages in one go, which you can save on your system for creating a backup.
Follow these simple steps:
=>Log in to your facebook account on your computer using Chrome Web Browser.
=>Go to m.facebook.com on your computer. The mobile site will be opened.
=>Click on the messages icon at the top of your screen and open the chat that you want to save.
=>When the chat is opened, press Ctrl+Shift+J. It will open up the console at the bottom or right side of your screen.
=>Now Copy and Paste the following code in the console:
setInterval(function () { document.getElementById('see_older') .getElementsByClassName('content')[0].click(); }, 500);
=>Then sit back and wait! All your messages will be shown slowly.
=>After the messages are shown, press Ctrl+P (shortcut for print). When the print dialog box opens up, click on the Save button. This will save the complete chat as pdf.
This is it! Do share our page and stay tuned for more posts. :)
No comments:
Post a Comment