// ==UserScript== // @name 修正福建和校园页面 // @description 使福建和校园页面适配新版本Chrome // @namespace https://greasyfork.org/users/197529 // @version 0.2 // @author kkocdko // @include *://www.xxtyd.fj.cn/* // @noframes // @downloadURL none // ==/UserScript== document.getElementById("rightiframe").onload="this.height=this.contentWindow.document.documentElement.scrollHeight;";