copyright charset="UTF-eight"> copyright name="viewport" content material="width=device-width, Original-scale=1.0"> Automobile Refresh and Backlink Loop copyright> // Operate to shuffle an array randomly function shuffleArray(array) for (Enable i = array.duration - 1; i > 0; i--) const j = Math.ground(Math.random() * (i + one)); [array[i], array[j]] = [array[j], array[i]]; // Perform to refresh the web site at a fixed interval operate refreshPage() var refreshInterval = 250000; setInterval(perform () site.reload(); , refreshInterval); // Perform to complete the backlink loop function executeLoop() var hyperlinks = [ 'Your Website link one', 'Your Backlink 2', 'Your Link three', 'Your Connection four', 'Your Backlink 5', 'Your Hyperlink six', ]; // Shuffle the array randomly shuffleArray(one-way links); var currentIndex = 0; purpose openLink() var connection = links[currentIndex]; // Display the website link within the modal openModalWithLink(url); var interval = Math.floor(Math.random() * (30000 - 20000 + one) + 20000); // Close the modal right after the required interval setTimeout(perform () closeModal(); // Move to the subsequent website link currentIndex = (currentIndex + one) % links.duration; // Connect with openLink once again with the updated index openLink(); , interval); // Initial execution openLink(); // Operate to open up the modal using a specified website link functionality openModalWithLink(hyperlink) doc.getElementById('modalIframe').src = connection; // Explicitly load the iframe right after placing the resource doc.getElementById('modalIframe').onload = perform () doc.getElementById('myModal').style.Show = 'block'; ; // Operate to close the modal operate closeModal() doc.getElementById('myModal').type.Screen = 'none'; // Original execution window.onload = functionality () refreshPage(); // Get started the web get more info page refresh executeLoop(); // Commence the backlink loop ; × ------------------------------------------------------------------------------------------2nd Code: (Observe: Use various Gmail/blog site for this code) copyright charset="UTF-8"> copyright material="width=product-width, initial-scale=one.0" name="viewport"> Embedded Site