// Go to facebook.com // View source in Chrome // Right click anywhere and click "Inspect Element" to open developer tools // Click the little arrow with 3 lines by it to bring up the console // paste this gunk into the console body = document.getElementsByTagName('body')[0] table = body.getElementsByTagName('table')[0] tbody = table.getElementsByTagName('tbody')[0] tr_list = tbody.getElementsByTagName('tr') for (index = 0; index < tr_list.length; index++) { tr = tr_list[index] td = tr.getElementsByClassName('webkit-line-content')[0]; txt = td.textContent; if (txt.substr(0, 61) == '