Sometimes sites display flash adds with/without a seconds countdown counter till the page transfers to the originally requested page.
Is there a way to bypass this in a script ?
Using sleep() is a possible way for sites with automatic page transfer ( when the countdown expires ) but some sites request you to click on a link to bypass the add
if you need to click on a link, then you script can just find the link.
the script does not have to "wait": it just has to find the target link to follow.