top of page
articles.jpg

Articles

bottom of page
// Wait for the page to load window.addEventListener('load', function () { // Check if this is the first time the page has loaded if (performance.navigation.type === 1) { // Reload the page location.reload(); } });