This article was co-authored by wikiHow staff writer, Darlene Antonelli, MA. Darlene has been writing and editing tech content at wikiHow since 2019. She previously worked for AppleCare, served as a writing tutor, volunteered in IT at an animal rescue, and taught as an adjunct professor for EN101 and EN102. Darlene has completed Coursera courses on technology, writing, and language. She holds both a BA (2011) and an MA (2012) from Rowan University in Writing, with a focus on workplace communication. With her extensive experience, academic background, and ongoing learning, Darlene has become the go-to grammar expert for her friends and family, as well as a skilled wordsmith for anyone in need.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 826,756 times.
Learn more...
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, 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 an auto-refresh extension on the Chrome Web Store. Plenty of extensions offer auto-refresh in Google Chrome, including one called "Auto Refresh Plus."
- If you want to download Auto Refresh Plus from the Google Web Store, you can do so here. We will be using this addon to show this step-by-step process.
-
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. On this page, you'll be able to change the default time interval.
-
Set the "Default time interval." This will be how often the page refreshes. This is set to 12 sec by default, but you can increase or decrease this setting.
- Choose any other options. In some auto-refresh add-ons, like Auto Refresh Plus, you can set random intervals, which means that your page will refresh randomly between a set number of seconds.
-
Click the extension's icon next to the address bar. It should appear here automatically, but you may need to pin it if you have multiple extensions. To pin an extension, click the jigsaw puzzle icon to open a drop-down of your installed extensions, then click the pin icon next to the auto-refresher.
-
Click Start. Select any options to customize how the page refreshes, then click Start to enable the extension.
- Each extension has its own terminology and steps for doing things, but if you click the icon next to the address bar, you should see options related to the auto-refresh settings.
-
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.[1]
- This keyboard shortcut will open Chrome's control console.
-
Enter the following code:[2]
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.
Community Q&A
-
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.