Robin Enhancement Script

Highlight mentions, make links clickable, add tabbed channels & automatically remove spam

< 腳本Robin Enhancement Script的回應

提問/評論

§
發表於:2016-04-04

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.

發表回覆

登入以回復