使福建和校园页面适配新版本Chrome
当前为
// ==UserScript==
// @name 修正福建和校园页面
// @description 使福建和校园页面适配新版本Chrome
// @version 0.1
// @author kkocdko
// @include *://www.xxtyd.fj.cn/*
// @namespace https://greasyfork.org/users/197529
// ==/UserScript==
if(self==top){document.getElementById("rightiframe").setAttribute("onload","this.height=this.contentWindow.document.documentElement.scrollHeight;");}