Greasy Fork is available in English.
Fixes some Tinychat room shortcomings and adds useful features.
< Tinychat Enhancement Suite (TES)についてのフィードバック
Trigger prompt before leaving the page in order to protect yourself from accidents?
I've seen a lot of people (myself included) complain that it's so easy to tab out, which means also losing pm's and just being plain annoying.
Something simple as prompt before unload would work, possibly behind the settings flag so it won't annoy people who don't have the problem.
window.onbeforeunload = function() { return "Really leave the chatroom?"; };
返信を投稿するにはログインしてください。
Trigger prompt before leaving the page in order to protect yourself from accidents?
I've seen a lot of people (myself included) complain that it's so easy to tab out, which means also losing pm's and just being plain annoying.
Something simple as prompt before unload would work, possibly behind the settings flag so it won't annoy people who don't have the problem.
window.onbeforeunload = function() { return "Really leave the chatroom?"; };