Welcome, Guest. Please login or register.

Author Topic: Downloading files from RapidShare, using Amiga browsers.  (Read 4440 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline cgutjahr

  • Hero Member
  • *****
  • Join Date: Feb 2003
  • Posts: 697
  • Country: 00
    • Show all replies
Rapidshare uses some heavy javascript that first
lets you wait for a certain amount of time and then changes the page content to show the download link. That kind of Javascript doesn't work with IB or AWeb.

There's a way around this, though (using IB):

On the page that says "Error: you need to enable javascript", display the source code of the page and search for "unescape('')". Copy the
string to the clipboard, and open this URL:

http://de.selfhtml.org/javascript/objekte/anzeige/unabhaengig_unescape.htm

Display the source of the page, and change the line

var Beispiel = "%53%74%65%66%61%6E";

to say:

var Beispiel = "";

Then hit the "Update" button at the bottom of the source code window. IB's main window now displays the real download form.

Might sound somewhat complicated (there's probably an easier solution aswell), but this way you don't even have to wait until their download timer reaches zero ;-)