Greasy Fork is available in English.
菜鸡方便菜鸡
// ==UserScript==
// @name 武汉理工大学中国语文每19分钟刷新页面
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 菜鸡方便菜鸡
// @author guo
// @include http://59.69.102.9/zgyw/index.aspx
// @match http://greasyfork.icu/zh-CN/scripts/369625-%E8%B6%85%E6%98%9F%E7%BD%91%E8%AF%BE%E5%8A%A9%E6%89%8B
// @grant none
// ==/UserScript==
function myrefresh()
{
window.location.reload();
}
setTimeout('myrefresh()',1000*60*19);