cdx

Tuesday 5 November 2013

Delete All Message on Facebook Script | Trick+Tips

 


1st Step: The Drag & drop below Bookmark to your Browser Bookmark.
To drag & drop bookmark you 1st need to enable bookmark bar in your browser.
For chrome press Ctrl+Shift+B (Windows & Chrome OS) & ⌘-Shift-B (Mac)
For Firefox visit to this Page..


Delete All Msgs




Delete All Facebook Messages

2nd Step: After you drag and drop above bookmark you may see small ICON is created on your Bookmark bar.

3rd Step: Once you completed above process now go to Facebook Inbox . Once page opens just click the Bookmark you have drag & drop. after klick it will delete all your Facebook message. Before clicking make sure because you won't able to recover your message again in any case.


4th Step: After that press Ok option on pop & then press Delete Conversation button to complete the process if you won't press Delete Conversation option then your all messages reappear in your Facebook Inbox.


ORrr..

If you are not getting chance to klick on delete conversation Button then repeat same activity again.
Consider you klick on bookmark it deletes all messages but messages appear again then click once again on Bookmark it will delete all message again & this time message will not appear again.


Orginl Script Here

// Fixed on Feb 23 , 2013 by AlexC
javascript:var elems = document.getElementsByTagName('div'), i ; for (i in elems) { if
(elems[i].className.indexOf('-cx-PRIVATE-wmThreadlistRow__threadRowContent') > -1 || elems[i].className.indexOf('_l4') > -1 || elems[i].className.indexOf('_l2') > -1) { if (typeof elems[i].click != 'undefined') { var lo = i; if (elems[i].className.indexOf('-cx-PRIVATE-wmThreadlistRow__threadRowContent') > -1) { var txt = '-cx-PRIVATE-wmThreadlistRow__threadRowContent' } else if (elems[i].className.indexOf('_l2') > -1) { var txt = '_l2' } else { var txt = '_l4' } break } } } elems[lo].click(); if (typeof document.getElementsByName('yes')[0] != 'undefined') { document.getElementsByName('yes')[0].click() } lol(); while (elems[lo].className.indexOf(txt) > -1) { elems[lo].click(); lol() } alert('DONE!ez-Downs By:M.Kaleem'); function lol() { var elems = document.getElementsByTagName('a'), i; var a = 0; for (i in elems) { if (elems[i].innerHTML.indexOf('itemLabel fsm') > -1) { a = a + 1; if (elems[i].innerHTML.indexOf('Delete Conversation...') > -1) { var lo1 = i; break } } } elems[lo1].click(); document.getElementsByName('delete_conversation')[0].click() }



No comments:

Post a Comment

cdx