Skip Flash Pages

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
trekkie
Posts: 25
Joined: 2003-01-24 11:32:56

Skip Flash Pages

Post by trekkie »

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


Thanks
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

Could you give an example for such a page ?
antp
Site Admin
Posts: 9652
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

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.
Post Reply