Advertisement
akhyrul

Hide Whispers for Plurk CSS

Feb 4th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. /* Hide Whispers */
  2. div.plurk[data-uid="99999"] {
  3.   height:0px !important;
  4.   width:0px !important;
  5.   overflow: hidden !important;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement