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