Readable Project Gutenberg

Adds margins to books on Project Gutenberg.

  1. /* ==UserStyle==
  2. @name Readable Project Gutenberg
  3. @description Adds margins to books on Project Gutenberg.
  4. @version 1.0
  5. @namespace https://gf.qytechs.cn/users/3759
  6. ==/UserStyle== */
  7.  
  8. @-moz-document domain("gutenberg.org") {
  9.  
  10. p[id^="id"] {
  11. max-width:80%;
  12. margin-left:auto;
  13. margin-right:auto;
  14. }
  15.  
  16. h1[id^="id"], h2[id^="id"], h3[id^="id"], h4[id^="id"], h5[id^="id"] {
  17. text-align:center;
  18. }
  19.  
  20. }

QingJ © 2025

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