Just say NO!

By Nate Bentley Last update May 16, 2009 — Installed 140,788 times.

Pause

in
Subscribe to Pause 2 posts, 2 voices



blackrandom User
FirefoxWindows

Is there any way you can have a delay or a timer so it doesn't go so fast?

 
Night5h4d3 User
FirefoxWindows

try adding

function pausecomp(millis)
{
var date = new Date();
var curDate = null;

do { curDate = new Date(); }
while(curDate-date < millis);
}


to the top of the script, and this in BETWEEN
"next.focus();
next.click();"


pausecomp(N);

replace N with how many milliseconds you want to pause, numbers under 1250 are almost non-noticable.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel