Guest User

reddit x1 stupidity remover

a guest
Nov 5th, 2013
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  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. }
Add Comment
Please, Sign In to add comment