2 reviews
Review written by globalenigma - see all my reviews (1)
See my post under it is work now.
or see this
Jun 26, 2009 3:20pm
Alan Lan Scriptwright
FirefoxWindows
Script was using wrong function to find 'a' elements.
if(document.body.innerHTML.match("Site will load"))
{
var link = document.getElementById("lb_wrap").getElementsByTagName('a')[1].href;
window.location = link; //document.getElementById("lb_wrap").getElementsByTagName('a')[1].src;
}
else
{
var link = document.getElementById("lb_wrap").getElementsByTagName('a')[1].href;
window.location = link;
}
-----------------
enjoy
They must have reworked the Linkbucks code. Sorry.
