1
2
3
4
5
6
/*登入、非登入狀態_隱藏所有噗*/
._lc_:not(:has(#plurk-dashboard.own)) .timeline-cnt {display: none;}

/*隱藏噗文篩選按鈕 [所有訊息] [@帳號] */
#all_plurks:not(:has(span#count_all_plurk)) {display: none;}
a.off_tab#own_plurks_tab_btn[title=""] { display: none;}