1
2
3
4
5
6
7
8
9
10
/*把R18的噗首保留文字,圖片變成白色,來源:https://www.plurk.com/p/n73xd0 */


#timeline_holder .porn .text_holder .pictureservices /*R18標籤隱藏圖片*/
{
visibility:hidden;
}
#timeline_holder div.plurk_box .plurk_cnt .text_holder .pictureservices{ /*R18標籤展開時顯示圖片*/
visibility:visible;
}