Readability

improve the readability of specific pages

  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/*
  8. // @match *.mathworks.com/*
  9. // @grant none
  10. // @license GPLv3
  11. // @require https://code.jquery.com/jquery-3.2.1.min.js
  12. // ==/UserScript==
  13.  
  14. document.body.style.zoom = "120%";