File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# UnderScript Changelog
22
3+ ## Version 0.27.2
4+ 1 . New color for <span class =" friend " >friends</span > in chat
5+
36## Version 0.27.1
471 . Fixed card skin shop names looking small
581 . Fixed local reset time
Original file line number Diff line number Diff line change 11settings . register ( {
2- name : 'Highlight <span style="color: #77cfac ">friends</span> in chat' ,
2+ name : 'Highlight <span style="color: #b1bfbe ">friends</span> in chat' ,
33 key : 'underscript.tag.friend' ,
44 default : true ,
55 page : 'Chat' ,
66} ) ;
77
88eventManager . on ( 'ChatDetected' , function friendWrapper ( ) {
9- style . add ( '.friend { color: #77cfac !important; }' ) ;
9+ style . add ( '.friend { color: #b1bfbe !important; }' ) ;
1010 let toast ;
1111 function processMessage ( message , room ) {
1212 if ( ! settings . value ( 'underscript.tag.friend' ) ) return ;
You can’t perform that action at this time.
0 commit comments