1 2 3 4 5 6 7 8 9  | /*漂流木消音透明化*/
#timeline_holder div.plurk.muted {
    opacity: 0.1 ;
}
#timeline_holder div.plurk.muted.display {
    opacity: 1 !important;
}
 | 
  Direct link: https://paste.plurk.com/show/YmbCpgFwN1tSYHJu4p7y
      1 2 3 4 5 6 7 8 9  | /*漂流木消音透明化*/
#timeline_holder div.plurk.muted {
    opacity: 0.1 ;
}
#timeline_holder div.plurk.muted.display {
    opacity: 1 !important;
}
 |