Small Thumbnails + No Background

Are thumbnails too large? Too close together? Would you rather always see titles and get rid of that useless background? Gotcha.

  1. /* ==UserStyle==
  2. @name Small Thumbnails + No Background
  3. @version 6.0.1
  4. @description Are thumbnails too large? Too close together? Would you rather always see titles and get rid of that useless background? Gotcha.
  5. @author Valognir (https://www.deviantart.com/valognir)
  6. @namespace https://gf.qytechs.cn/en/scripts/404193-small-thumbnails-no-background
  7.  
  8. ==/UserStyle== */
  9. @-moz-document domain("deviantart.com") {
  10.  
  11. div[data-testid="thumb"] {
  12. background-color: transparent !important;
  13. & > img {
  14. scale: 70%;
  15. }
  16. }
  17.  
  18. div[data-testid="content_row"]:first-child {
  19. & > div:first-child > div div[data-testid="thumb"] > img {
  20. margin-left: calc(-15% + 26px) !important;
  21. margin-right: calc(15% - 26px) !important;
  22. }
  23.  
  24. & > div:last-child > div div[data-testid="thumb"] > img {
  25. margin-left: calc(15% - 26px) !important;
  26. margin-right: calc(-15% + 26px) !important;
  27. }
  28.  
  29. & > div > div > div {
  30. width: calc(70% + 52px) !important;
  31. margin-left: calc(15% - 26px);
  32.  
  33. & > div:last-child {
  34. width: 100% !important;
  35. }
  36. }
  37.  
  38. & > div:first-child > div > div {
  39. margin-left: 0;
  40. }
  41.  
  42. & > div:last-child > div > div {
  43. margin-left: calc(30% - 52px);
  44. }
  45. }
  46. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址