1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 趴趴回應數_只套用特定帳號 ver.3.0 */

.cboxAnchor[data-type="plurk"]>table{
position: relative;
}

.cboxAnchor[data-type="plurk"]>table::before{
content:"";
position: absolute;
width:70px;
height:46px;
right:15px;
top:-40px;
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}

.cboxAnchor[data-uid="特定帳號1"]>table::before{
background-image:url(https://i.imgur.com/sOTpDDu.gif); /* 可替換圖片 */
}