
Add to favorites
Create a page and add this to it. It will run the page every time someone loads the page or for whatever duration you set yourself.
setTimeout(function() {
location.reload();
}, 5000);

Add to favorites
Create a page and add this to it. It will run the page every time someone loads the page or for whatever duration you set yourself.
setTimeout(function() {
location.reload();
}, 5000);