Highlight mentions, make links clickable, add tabbed channels & automatically remove spam
< 脚本Robin Enhancement Script的反馈
A few tweaks // FIX RES nightmode (ish) document.styleSheets[0].insertRule(".res-nightmode #robinChatWindow div.robin-message { color: #ccc; }", 0); document.styleSheets[0].insertRule(".res-nightmode .robin-chat--input { background: #222 !important;}", 0); document.styleSheets[0].insertRule(".res-nightmode .robin-chat--vote { background: #777 !important; color: #ccc !important;}", 0); document.styleSheets[0].insertRule(".res-nightmode .robin-chat--sidebar-widget { background: #222; color: #ccc;}", 0); document.styleSheets[0].insertRule(".res-nightmode .robin--presence-class--away {color: #999;}", 0); document.styleSheets[0].insertRule(".res-nightmode .robin-room-participant { background: #222; color: #999;}", 0);This cleans up nightmode nicely.
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
A few tweaks
// FIX RES nightmode (ish)
document.styleSheets[0].insertRule(".res-nightmode #robinChatWindow div.robin-message { color: #ccc; }", 0);
document.styleSheets[0].insertRule(".res-nightmode .robin-chat--input { background: #222 !important;}", 0);
document.styleSheets[0].insertRule(".res-nightmode .robin-chat--vote { background: #777 !important; color: #ccc !important;}", 0);
document.styleSheets[0].insertRule(".res-nightmode .robin-chat--sidebar-widget { background: #222; color: #ccc;}", 0);
document.styleSheets[0].insertRule(".res-nightmode .robin--presence-class--away {color: #999;}", 0);
document.styleSheets[0].insertRule(".res-nightmode .robin-room-participant { background: #222; color: #999;}", 0);
This cleans up nightmode nicely.