FavoriteLoadingAdd 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);

Pin It on Pinterest

Share This