Guest User

qbn userContents.cc

a guest
May 9th, 2018
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /*
  2. firefox -> user profile dir(help/troubleshoot/user dir) -> create folder:chrome -> create file:userContent.css -> restart firefox
  3. */
  4. @-moz-document domain(qbn.com) {
  5.  
  6. /* uv/dv gone */
  7. .reply .score{
  8. display:none !important;
  9. }
  10.  
  11. /* yurimon gone */
  12. a[href$='/yurimon/']{
  13. display:none !important;
  14. }
  15.  
  16. /* detritus is racist */
  17. a[href$='/detritus/']{
  18. color:#fff !important;
  19. }
  20.  
  21. /* night node */
  22. body {
  23. color: #A9A9A9 !important;
  24. }
  25. #page {
  26. position: relative;
  27. min-height: 100%;
  28. background-color: #303030 !important;
  29. }
  30. #sidebar .logo {
  31. width: 100px;
  32. height: 100px;
  33. margin: 25px 0 0 46px;
  34. color: #fff !important;
  35. font-size: 50px;
  36. }
  37.  
  38. }
Advertisement
Add Comment
Please, Sign In to add comment