修复福建校讯通

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

目前為 2019-06-30 提交的版本,檢視 最新版本

// ==UserScript==
// @name         修复福建校讯通
// @description  使校讯通在现代浏览器上能正常显示
// @namespace    https://greasyfork.org/users/197529
// @version      0.7
// @author       kkocdko
// @include      *://www.xxtyd.fj.cn/mhnew/htm/all.htm*
// @include      *://www.xxt.fj.chinamobile.com/mhnew/htm/all.htm*
// ==/UserScript==
'use strict';

document.querySelector('#rightiframe').setAttribute('onload', 'height=contentWindow.document.documentElement.scrollHeight');