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