and use something that handles JavaScript, or you can install something like the Live HTTP headers plugin for Firefox, and examine for yourself what actually gets sent on HTTP requests, and then use something simple like
to fetch the content, which, if you can get it working this way, will run faster than using the JavaScript-enabled plugin methods. Though the JavaScript-enabled plugin method might be faster to develop.