Download Article
A step-by-step guide to reloading a Chrome page automatically
Download Article
There are many situations in which refreshing a webpage constantly is advantageous, with an eBay auction being a good example. If you're using Google Chrome , you can install an extension that automatically refreshes each tab for you. If you don't want to use a Chrome extension, you can copy and paste a simple script that automatically reloads the page. This wikiHow article teaches you how to auto-refresh in Chrome with and without an extension.
Steps
-
Search for "Easy Auto Refresh" in the Chrome Web Store. You can also click here for the direct link to the extension. The extension is offered by dummysoftware.com and is a highly rated and popular extension.
- With Easy Auto Refresh, you can set all your pages or specific tabs to refresh as often as you want.
-
Click Add to Chrome in the top right corner. You'll see a box pop up that verifies the extension will be able to access your browser history.Advertisement
-
Click Add Extension . Once the installation is complete, you will be redirected to a new page. You can close that page, as it's just information about the extension.
-
Click on the circular arrow icon next to the web address bar. This is the “Easy Auto Refresh” icon. If you don't see the icon immediately, click the puzzle piece , then click the Easy Auto Refresh icon.
- A timer will appear so you can set the time for the page to auto refresh.
-
Adjust the reloading time. In the large box, enter the time in seconds. If you want the page to reload every 30 seconds, enter 30 .
- Click Advanced Options to see more options, such as reloading every tab open in the window.
-
Click Start . You can see the timer activate and start counting down until the next refresh.
- Easy Auto Refresh may become out-of-date or the target for hackers who want to introduce malware to the extension. If it gets poor ratings on the Chrome Web Store, you know to stay away from it. There are plenty of other extensions that offer auto-refresh, like "Auto Refresh Plus."
Advertisement
-
Open at least two Chrome tabs. You need to open a page that you want to keep reloading, then another tab to force the other to refresh.
- You can open a new tab in Chrome by pressing Ctrl + T (Windows) or Cmd + T (Mac).
-
Press Ctrl + ⇧ Shift + I (Windows) or ⌘ Cmd + ⇧ Shift + I . Make sure you have the "extra" tab active, not the tab that you want to refresh.
- This keyboard shortcut will open Chrome's control console.
-
Enter the following code:
win1 = window.open("https://www.yourpage.com"); timer1 = setInterval(function(){win1.location.href="https://www.yourpage.com"},10*60*1000);
- win1 should be replaced with the info for the page that you want to reload.
- This code forces the window to auto refresh every 10 minutes.
- If you want to cancel the refresh, just close the console tab or both of them.
Advertisement
Community Q&A
Search
-
QuestionMy WiFi is limited and I have to keep connecting it. What can I do?Community AnswerCall your WiFi provider to see if there is a problem on their end.
-
QuestionHow often can Chrome be refreshed and what are the steps?RISHI JAINCommunity AnswerYou can reload website in chrome browser using extensions and other tools available on the internet easily. 1. Go on webreloader.com. 2. Then enter your Web URL. 3. Then enter your timing (in seconds). 4. Click On the Submit button. Now it will reload the webpage without any extra effort and it do the job.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Tips
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
About This Article
Thanks to all authors for creating a page that has been read 798,923 times.
Advertisement