To bypass the 30 seconds download timeout in RapidShare, you just have to re-define the global variable “c”. For those not familiar with scripting:
1) Install the Firebug Add-On for Firefox (if you don’t have it yet)
2) Click on the Firebug icon in the right-bottom corner of Firefox and then turn the Console Option on
3) Write the following code into the Console:
c = 0;
Finally hit the Return key and the magic is done.
An alternative without installing Firebug is to write the following in the address bar:
javascript: void( c = 0 );
but it’s more typing