修复福建校讯通

使校讯通在现代浏览器上能正常显示

目前为 2019-08-04 提交的版本,查看 最新版本

// ==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')