Legacy Script Meta Block

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