(this is all at-your-own-risk, but it seemed to work for me.)
⁂ Create empty list. (go to https://www.facebook.com/bookmarks/lists and click "Create List"; then give the list a name but not any members and click "create".)
⁂ View list.
⁂ Click "Add friends to list" button. A popover will appear listing all your friends.
⁂ Paste:
javascript:elms=document.getElementsByClassName('checkableListItem');for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}
into the address bar. The browser might strip the "javascript:" at the beginning; type it back in manually if so.
⁂ Press Enter.
⁂ Click the "Finish" button at the bottom of the popover.
(the purpose of this is that by looking at the list, no entries will be filtered away, and it will always be most-recent-first)
⁂ Create empty list. (go to https://www.facebook.com/bookmarks/lists and click "Create List"; then give the list a name but not any members and click "create".)
⁂ View list.
⁂ Click "Add friends to list" button. A popover will appear listing all your friends.
⁂ Paste:
javascript:elms=document.getElementsByClassName('checkableListItem');for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}
into the address bar. The browser might strip the "javascript:" at the beginning; type it back in manually if so.
⁂ Press Enter.
⁂ Click the "Finish" button at the bottom of the popover.
(the purpose of this is that by looking at the list, no entries will be filtered away, and it will always be most-recent-first)