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