TWebCopy 2.4.3.0: Using redirection URL?

This is far from trivial. The link leads to the HTML with Javascript:


<script>window.googleJavaScriptRedirect=1</script><script>var m={navigateTo:function(b,a,d){if(b!=a&&b.google){if(b.google.r){b.google.r=0;b.location.href=d;a.location.replace("about:blank");}}else{a.location.replace(d);}}};m.navigateTo(window.parent,window,"http://www.pdf995.com/samples/pdf.pdf");
</script><noscript><META http-equiv="refresh" content="0;URL='http://www.pdf995.com/samples/pdf.pdf'"></noscript>

and it is this Javascript that does redirection, so parsing this Javascript is beyond the feature set of TWebCopy unfortunately.