1
2
3
4
5
6
/*把偷偷說噗主的顏文字換掉(只改河道的部分)*/
.timeline-cnt .plurk .name[data-uid="99999"], .highlight_owner .name[data-uid="99999"] { font-size:0px; line-height:1em; }
.timeline-cnt .plurk .name[data-uid="99999"]:before, .highlight_owner .name[data-uid="99999"]:before {
	/*字體大小*/ font-size:12.09px;
	/*要顯示的名字*/ content:"◕◡◕";
}