3 reviews
However 5 is sufficient. I love this script and have had no issues with it. It's also the 1st script I've ever used and it's helped me in educating myself on scripts in general.
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.