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);
by Garth | Oct 14, 2019 | Javascript
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);