Google Book Downloader

By redphx Last update Sep 26, 2010 — Installed 2,302,278 times.

Download This Book link doesn't appear - the solution!

in
Subscribe to Download This Book link doesn't appear - the solution! 4 posts, 4 voices



gingerbeardman Scriptwright
SafariMacintosh

If the "Download this book" link does not appear, click on the google books logo to go to a different page, and then press the back button in your browser. The "Download this book" link should now be displayed.

:)

 
LeafaRGV User
FirefoxWindows

wuau... Great solution. Cant you explain ?

Thks
Ra

 
Viybel User
ChromeWindows

Even better solution: comment out (or delete) the following lines, in the startListerning function :


// for (i=0;i<count>

// GBD.processPage(childs.get(i));

// }

It just remove the links on the right of the screen that appear when the page has just loaded (which are useless if you want to download a whole book). It seems these lines trigger an error when the first 3 pages of the book have not finished loading. This error was making it impossible to use Tor, because the page was loading too slowly.

 
saikumarr User
FirefoxWindows

thanx alot!