This is more just a sort of twitter post than a blog post, but since of they told me there is not an answer on the net I decide to write few lines on my blog.

I have to admit I’m a facebook fan, it’s really funny! I don’t spend my spare time on it, but from time to time I like to exchange some words with good old friends. Some days ago I did receive a lot of questions about the chat feature, many people are worried because the developers removed the “clear history chat” option. And now? How can they hide their secrets? Well, a little inspection inside the javascript code reveals the solution to this problem.

The function to call is named clearHistory. To clear the history you only have to put this line inside the address bar of your browser:

javascript:chatDisplay.tabs[id_person].clearHistory();

where id_person is the id of the person you were chatting with.

Good luck and good secrets to everyone! :P

Advertisement