1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
/*消除偷偷說*/
[data-uid~="99999"]
{
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}

/*消除偷偷說 已消音的偷偷說*/
[class~=muted][data-uid~="99999"] 
{
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}