FlashGot and linksafe.me JavaScript redirectors
Posted: Wed Mar 30, 2011 4:46 am
I swear this used to work. Flashgot latest version against Speed Download 5.2.22 on Snow Leopard, Firefox 3.6.16. I try to FlashGot Selection for several, or FlashGot Link for one, of linksafe.me URLs like:
They point to files like:
FlashGot hands the original URL to Speed Download. Speed Download dutifully downloads the little JavaScript file from linksafe! People use linksafe.me all the time, some with FlashGot/Speed Download I am sure. *I* have used this combo successfully. Suddenly it's not working. Who is supposed to handle the JavaScript redirection? FlashGot or Speed Download? Have I missed a Preference setting somewhere?
Obviously, if I just left click on the linksafe link I get to the indicated page, JavaScript runs, and suddenly my browser is asking me what I want to do with my file? One of the choices is to FlashGot it through Speed Download! And of course that works. So I have to walk through multiple steps every time I want to download a handful of referred files, whereas I used to be able to just FlashGot them. I have also tried right-click and choosing Speed Download directly, or using Speed Download's Add button to insert the linksafe URLs directly. Same story. Speed Download grabs the linksafe JavaScript files.
Ideas? SIgh. Thanks.
Code: Select all
http://linksafe.me/d/blechblch/foo
Code: Select all
<SCRIPT language="JavaScript">
<!--
window.location="http://fileserve.com/file/blahblah";
//-->
</SCRIPT>
<a href="http://fileserve.com/file/blahblah">Click here to continue if you do not get redirected</a>
Obviously, if I just left click on the linksafe link I get to the indicated page, JavaScript runs, and suddenly my browser is asking me what I want to do with my file? One of the choices is to FlashGot it through Speed Download! And of course that works. So I have to walk through multiple steps every time I want to download a handful of referred files, whereas I used to be able to just FlashGot them. I have also tried right-click and choosing Speed Download directly, or using Speed Download's Add button to insert the linksafe URLs directly. Same story. Speed Download grabs the linksafe JavaScript files.
Ideas? SIgh. Thanks.