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?"; };
登入以回覆
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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?"; };