Simple comments script for facebook, shows all comments more easier.
Support Deutsch, English, Español, Hungarian(Magyar), Slovak, Slovenian, 日本語, 한국어, 繁體中文, 简体中文
The Menu:
You can adjust this script behavior here.
1.Auto detect all/latest comments : decide the automatic mode on/off
2.Notify after action : when this script triggered, show the notification on left bottom.
3.All comments/Latest comments : decide the showing comments behavior(checked : all/unchecked : newest), this setting will change the both two modes action behavior
4.Enable scroll effect : when this script triggered, scroll to the menu position
5.Scroll behavior : scroll effect behavior, only applied when Enable scroll effect on
6.Hide settings : you can hide this menu after adjust settings, for re-showing the menu please go to greasymonkey extention menu like pic.
Automatic Mode:
1.There are two place can trigger the automatic mode now.
2.Due to automatic mode is implete on add eventListener to buttons when DOM changed, maybe some post can't turn to all/newest mode automaticlly, i personally think it's because the buttons are not bind yet, if you are meet this problem, please use the maually method, and any suggestion are welcome!
Manually Mode:
1.Let post's dialog pop-out(Press Comment or Comment counts)
2.Double click LMB in pop-out dialog or press INSERT, and you will see mode automaticlly set to All Comments.
3.reverse mode : Press Ctrl and double click LMB in pop-out dialog or press Ctrl + INSERT, and you will see mode change to anther mode.
(Ex : If you're select Newest mode in menu, doing ctrl action will makes your comments into All Comments)
Tips:
1.The INSERT button can be replace by any button, check keyboard keycode and replace e.code in function actionParser(line328 & 332).
2.All string is auto translate by google tranlate and github copilot(except English, Chinese(Traditonal), Chinese (Simplified)), if the translate is incorrect, please report it, thanks.
Caution!
This script is experimental, this script may have potential bugs, if you have any loading problem or performane problem, go to dashboard disable or delete this script, and the feedback or private conversation are always welcome, thank you!