// ==UserScript== // @name 修复福建校讯通 // @description 使校讯通在现代浏览器上能正常显示 // @namespace https://greasyfork.org/users/197529 // @version 0.7 // @author kkocdko // @license Unlicense // @include *://www.xxtyd.fj.cn/mhnew/htm/all.htm* // @include *://www.xxt.fj.chinamobile.com/mhnew/htm/all.htm* // @downloadURL none // ==/UserScript== 'use strict' document.querySelector('#rightiframe').setAttribute('onload', 'height=contentWindow.document.body.scrollHeight')