Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

178
Views
Javascript to refresh a webpage at an exact time (milliseconds)

firstly i am very very very new at this and by no means competent, so please do reply to me as if im a 3 year old child!

I am trying to find a way to refresh a webpage at an exact time (milliseconds), as im trying get to the front of my golf club queue for booking!

I was using Imacros to spam the heck out of the refresh button and this works to some extent, then i started reading about timings and using java through the Inspect / Console in Chrome.... so...

Im looking for some code that i can use to refresh the page at a given time, shorter than a second, i can then trial when is the best time to actually start the process for best results.

if anyone can help me, that would be great

Nick

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

<meta http-equiv="Refresh" content="300">

Javascript function to reload a page every X seconds?

I think it is close to this

about 4 years ago · Juan Pablo Isaza Report

0

Try this,

setTimeout(reloadPage, 500);

function reloadPage() {
  location.reload(true);
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!