1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*右上角像素:顯示在所有噗*/
.timeline-cnt .plurk_cnt:after {
position:absolute;
content:url(圖片網址);
top:-54px; /*距離上方位置*/
right:20px; /*距離右側位置*/
}

/*右上角像素:只顯示河道主人的噗*/
.timeline-cnt .plurk[data-uid="你的UID"] .plurk_cnt:not(.pinned):after {
position:absolute;
content:url(圖片網址);
top:-540px; /*距離上方位置*/
right:20px; /*距離右側位置*/
}

/*右上角像素:只顯示偷偷說*/
.timeline-cnt .plurk[data-uid="99999"] .plurk_cnt:not(.pinned):after {
position:absolute;
content:url(圖片網址);
top:-54px; /*距離上方位置*/
right:20px; /*距離右側位置*/
}
-----
查詢UID:

把這個做成書籤就可以取得自己的UID了

javascript:(function() {alert("你的uid是:「" + GLOBAL.session_user.uid + "」");})()
↑把這串貼在 書籤 > 網址 的部分,再回噗浪點書籤就可以了↑

!!!注意!!!UID幾乎等於你的帳號(@XXXX那個),要保持匿名時不要給到其他人了
-----
top&right的數值是已經調整過的,可以再自行微調!!
語法&小工具出處:https://www.plurk.com/p/obi5kl