1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 偷偷說噗首:用戶換圖 */
.plurk .p_img > a[href="/anonymous"] > img {
    visibility: hidden;
}

.plurk .p_img > a[href="/anonymous"]::before {
    visibility: visible;
    content: url('https://emos.plurk.com/d97b2c302e4b2f07f4eb83af4e052693_w30_h39.gif');
    margin-left: -8px;
}

/* 偷偷說噗首:噗主文字變圖示 */
.plurk:not(.response) .name[data-uid="99999"] {
    visibility: hidden;
}

.plurk:not(.response) .name[data-uid="99999"]::after {
    visibility: visible;
    content: url('https://emos.plurk.com/d97b2c302e4b2f07f4eb83af4e052693_w30_h39.gif');
    position: absolute;
    left: 3px;
    top: -5px;
}