Greasy Fork is available in English.

LWN.net

UserCSS style for LWN.net

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
  1. /* ==UserStyle==
  2. @name LWN.net
  3. @version 1.0.1
  4. @namespace https://lwn.net
  5. @description UserCSS style for LWN.net
  6. @license CC-BY-SA-4.0
  7. ==/UserStyle== */
  8.  
  9. @-moz-document domain("lwn.net") {
  10.  
  11. .not-print { display: none !important; }
  12. div.CommentReplyButton { display: none !important; }
  13.  
  14. div > pre { white-space: pre-wrap; }
  15.  
  16. body > #menu { display: none !important; }
  17. body > div.topnav-container { display: none !important; }
  18. body > br { display: none !important; }
  19. body > center { display: none !important; }
  20.  
  21. body > div.maincolumn { padding-left: 0em; }
  22. body > div.maincolumn > div.middlecolumn > div.PageHeadline { max-width: none; }
  23. body > div.maincolumn > div.middlecolumn > div.ArticleText { max-width: none; padding: 0em 0.5em 0em 0.5em; }
  24. body > div.maincolumn > div.middlecolumn > div.ArticleText > center { display: none !important; }
  25. body > div.maincolumn > div.middlecolumn div.CommentBox { max-width: none; }
  26.  
  27. }