Forces Facebook comments to show "All Comments" or "Newest" instead of "Most Relevant"
這裡顯示腳本的所有版本。 只顯示彼此間有代碼差異的版本。
sortPreference = "all"
DEBUG = true
view_option
sort_by
isInitialFetch
Same as before - just change the setting at the top:
const sortPreference = "all"; // for all comments const sortPreference = "newest"; // for newest first
Note: If something breaks, check the browser console with DEBUG = true and let me know what you see!
facebook comment sorter: fix various known bug, major update