// ==UserScript== // @name 阮一峰ES6入门样式优化 // @version 0.2.14 // @namespace http://tampermonkey.net // @description fontSize Changed // @author SatanFaker // @match http://*.ruanyifeng.com/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/381553/%E9%98%AE%E4%B8%80%E5%B3%B0ES6%E5%85%A5%E9%97%A8%E6%A0%B7%E5%BC%8F%E4%BC%98%E5%8C%96.user.js // @updateURL https://update.greasyfork.icu/scripts/381553/%E9%98%AE%E4%B8%80%E5%B3%B0ES6%E5%85%A5%E9%97%A8%E6%A0%B7%E5%BC%8F%E4%BC%98%E5%8C%96.meta.js // ==/UserScript== // @run-at document-end (function () { var content=document.getElementById("content") content.style.width = "70%"; content.style.margin = "0 auto"; var code=document.getElementsByTagName("code"); for(var i=0;i