refresh

Autoreload tab

当前为 2017-10-10 提交的版本,查看 最新版本

// ==UserScript==
// @name        refresh
// @namespace   1
// @include     http://eador.com/B2/viewforum.php?f=29
// @version     1
// @grant       none
// @description Autoreload tab
// ==/UserScript==

setTimeout(function(){ location.reload(); }, 150*1000);