[Greasemonkey] forcing refresh

Saravanan saravanannkl at gmail.com
Fri Dec 9 20:09:08 EST 2005


>> http://blog.monstuff.com/archives/images/AutoReload.user.js
Due to the recent changes in GM the above script wont work. try this

setTimeout(function() { document.location.reload(); } , 60000);

Thanks
Saravanan


More information about the Greasemonkey mailing list