Auto Refresh Page

By kabji Last update Jul 9, 2009 — Installed 148 times. Daily Installs: 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 2, 0, 0, 1, 0
// ==UserScript==
// @name           Auto Refresh Page
// @namespace      AAA
// @description    Auto Refresh Page
// @include        www.google.com
// ==/UserScript==

setTimeout("location.reload(true);",8*60*1000);