Greasy Fork

Greasy Fork is available in English.

修正福建和校园页面

使福建和校园页面适配新版本Chrome

当前为 2018-07-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         修正福建和校园页面
// @description  使福建和校园页面适配新版本Chrome
// @version      0.1
// @author       kkocdko
// @include      *://www.xxtyd.fj.cn/*
// @namespace http://greasyfork.icu/users/197529
// ==/UserScript==

if(self==top){document.getElementById("rightiframe").setAttribute("onload","this.height=this.contentWindow.document.documentElement.scrollHeight;");}