PatchyFTW

Die duckface

Sep 8th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.02 KB | None | 0 0
  1. /*Need more testing but it should work for now*/
  2. @-moz-document domain("facebook.com")
  3.   {
  4. /*This part kills duckface in comments (doesn't work on status)*/
  5.     .emoticon_pacman[title=":v"] {
  6.     /*background-image: none !important;*/
  7.       visibility: hidden !important;
  8.     }
  9. /*To replace duckface with your own text, uncomment this part and change the text*/
  10.     /*.emoticon_pacman[title=":v"]:after {
  11.       content: '(I am a retard please laugh at me oh god)' !important;
  12.       display: inline-block !important;      
  13.       visibility: visible !important;
  14.       position: absolute !important;
  15.       font-style: italic !important;
  16.     }*/
  17. /*To kill all emoticon in status uncomment this part (not sure if it always works)*/
  18.     /*.sp_LWp1MpKGrs1 {
  19.       visibility: hidden !important;
  20.     }*/
  21. /*To kill all emoticon uncomment this part*/
  22.     /*.emoticon {
  23.       visibility: hidden !important;
  24.     }*/
  25. /*To kill all stickers in chat, uncomment this part*/
  26.     /*.mvs
  27.     {
  28.       display: none !important;
  29.     }*/
  30. }
Advertisement
Add Comment
Please, Sign In to add comment