MaxWidth for WikiPedia

It will set a max width of wikipedia for better readibility.

当前为 2014-11-18 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name MaxWidth for WikiPedia
  3. // @author h.zhuang
  4. // @version 2013.05.05
  5. // @description It will set a max width of wikipedia for better readibility.
  6. // @lastchanges Initial release
  7. // @namespace wikipedia.org
  8. // @grant GM_addStyle
  9. // @include http://wikipedia.org/*
  10. // @include https://wikipedia.org/*
  11. // @include http://*.wikipedia.org/*
  12. // @include https://*.wikipedia.org/*
  13. // ==/UserScript==
  14.  
  15. GM_addStyle("#mw-head-base {display:none;}\
  16. #content,#bodyContent {max-width:760px !important;}\
  17. #mw-content-text {max-width:680px !important;}\
  18. .mw-body {max-width:999px !important;}");