1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document regexp("https?://[^/]*reddit\\.com/r/xboxone.*") {
  4.  
  5. .commentarea .usertext .usertext-edit .bottom-area:before{
  6. display:none !important;
  7. }
  8.  
  9. .comment .arrow.down:hover:before,.comment .arrow.downmod:before{
  10. display:none !important
  11. }
  12.  
  13. .comment .arrow.down:hover::after,.comment .arrow.downmod:hover::after{
  14. display:none !important;
  15. }
  16.  
  17. }