Greasy Fork 还支持 简体中文。

Readability

improve the readability of specific pages

目前為 2019-04-16 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name Readability
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description improve the readability of specific pages
  6. // @author Longbiao CHEN
  7. // @match *.wikipedia.org/*, *.mathworks.com/*
  8. // @grant none
  9. // @license GPLv3
  10. // @require https://code.jquery.com/jquery-3.2.1.min.js
  11. // ==/UserScript==
  12.  
  13. document.body.style.zoom = "120%";