Hey guys,
   I am attempting go write a script that will click a URL. this is the concept script
The only problem is that the URL variable is in a function that runs after 6-7 secconds after the page loads! Is there anyway to remove the function from the page JS and read the URL variable immediately?
( this is an adf.ly ad bypasser )
Best,
TeraByTe
   I am attempting go write a script that will click a URL. this is the concept script
Code:
if (URL != null) {
window.location.href = URL
}
( this is an adf.ly ad bypasser )
Best,
TeraByTe