Legacy Script Meta Block

returns old script meta block (as close as possible to old one)

当前为 2023-04-15 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name Legacy Script Meta Block
  3. @description returns old script meta block (as close as possible to old one)
  4. @namespace -
  5. @version 1.0.0
  6. @license GPL-3.0-or-later
  7. ==/UserStyle== */
  8.  
  9. @-moz-document domain("greasyfork.org"), domain("sleazyfork.org") {
  10. .inline-script-stats {
  11. display: unset;
  12. margin: 0;
  13. }
  14.  
  15. .inline-script-stats dt,
  16. .inline-script-stats dd {
  17. float: left;
  18. width: 50%;
  19. }
  20.  
  21. .script-meta-block {
  22. max-width: none;
  23. }
  24.  
  25. #script-content .script-meta-block {
  26. max-width: 600px;
  27. }
  28. }