1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 特定帳號上的汪汪 */

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

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

/*特定帳號_改uid數字就好_有幾個就複製幾個_這裡以一個帳號為例*/

.cboxAnchor[data-uid="輸入替換uid"]>table::before{
background-image:url(https://images.plurk.com/5SzL9zaYmwxhTo5T5yG82.png); /* 可替換圖片 */
}