Greasy Fork镜像 支持简体中文。

Display summary in Amazon video

Amazonプライムビデオのあらすじを常に表示する

目前為 2024-04-05 提交的版本,檢視 最新版本

  1. /* ==UserStyle==
  2. @name Display summary in Amazon video
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.3
  5. @description Amazonプライムビデオのあらすじを常に表示する
  6. @license MIT
  7. @author TNB
  8. ==/UserStyle== */
  9. @-moz-document regexp("https://www\.amazon\..*?/.*?(video|dp)/.*") {
  10. #main div[style]:not([style^="aspect-ratio"]),
  11. #main label + div {
  12. opacity: 1 !important;
  13. overflow: visible !important;
  14. transform: none !important;
  15. height: inherit !important;
  16. transition: none !important;
  17. margin-bottom: 16px !important;
  18. }
  19. .dv-dp-node-synopsis > span > span {
  20. display: initial !important;
  21. }
  22. .dv-dp-node-synopsis > span {
  23. background: rgba(0, 0, 0, 0.2);
  24. }
  25. }

QingJ © 2025

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