Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function () {
- const HOMEPAGE_URL = "/"; // your homepage path name
- if (window.location.pathname === HOMEPAGE_URL) {
- setInterval(() => {
- window.location.reload();
- }, 15 * 60 * 1000); // 15 minutes
- }
- })();
Advertisement
Add Comment
Please, Sign In to add comment