About 262,000 results
Open links in new tab
  1. Bypassing timer on an HTML website : r/userscripts - Reddit

    May 14, 2022 · I've seen this been posted before but the solutions didn't work for my school. I posted the source code and the javascript files from the website on github The button's code is on line 190 in …

  2. FYI: how to disable timer throttling on Google Chrome

    Problem: When a tab is inactive, like you're on a different tab, or when a window is occluded, i.e. you have another window over top of the browser window, Google chrome will pause or drastically …

  3. Count down timer : r/HTML - Reddit

    Mar 23, 2020 · Here you go https://www.sitepoint.com/build-javascript-countdown-timer-no-dependencies/

  4. I made a countdown timer but it's not counting properly - Reddit

    Oct 28, 2022 · I made this countdown timer. It looks like it's working properly but it sometimes breaks for no apparent reason. And by breaks, I mean it lags behind a little. Especially when you switch to …

  5. Countdown timer 'delays' when tab is inactive? - Reddit

    Oct 1, 2016 · Trying to build a very simple Javascript countdown. However, whenever the tab is inactive, the countdown begins to lag and holds an incorrect count…

  6. How to set up a timer in javascript? : r/learnjavascript - Reddit

    Nov 2, 2021 · Kaion21 How to set up a timer in javascript? So i have a HTML game, that basically return a score . so i need to 1.start a timer at first key press. 2.stop and store the timer once score 3. reset …

  7. setInterval () issue with countdown timer - running multiple times? : r ...

    Apr 6, 2020 · The game has a countdown timer, 45 sec. But I've created a delay (5,10,15 sec.) to allow user to read the question, using string.length function. All goes fine but after few questions the timer …

  8. Simple Countdown Timer using HTML CSS & JavaScript - Reddit

    Feb 3, 2022 · Simple Countdown Timer using HTML CSS & JavaScript groundtutorial.com 0 Add a Comment

  9. react-Countdown Timer (minor out of sync) problem after ... - Reddit

    Jan 2, 2023 · react-Countdown Timer (minor out of sync) problem after clicking refresh button. I have an auction site in MERN stack with socket.io and i seem to have this unsolvable problem

  10. I need to create a countdown timer in JS. : r/learnjavascript

    Nov 24, 2020 · What I would do is first write a function that takes a number and decrements the number value on page then sleep for one second until 0. Then you can do a for loop for your array and call …