Google Book Downloader

By redphx Last update Sep 26, 2010 — Installed 1,758,790 times.

Allow drag and drop images?

in
Subscribe to Allow drag and drop images? 1 post, 1 voice

tonstein User
FirefoxMacintosh

Is it possible to consider adding a feature to this script to just generally hack the css and/or html so that a user can simply drag a single images out of the browser while viewing them?

Sometimes I just want to pull out a page, and it would be nice if the script did require one to run through the whole book in order to allow that one page to be downloaded. I would like this not only to save time, but also because google seems to figure out how many pages have been viewed when this script runs, so it would be nice if one could just scroll down to a given page and grab it.

I saw an old css hack that tried to do this by change the stylesheet. It doesn't seem to work anymore, but someone who knew something more about how to override css than I might be able to use it.

Here's the code.

.html_page.image
{visibility:hidden}

img[src="images/cleardot.gif"] {
visibility: hidden;
}
img[src="images/cleardot.tiff"] {
visibility: hidden;

img[src="images/cleardot.tif"] {
visibility: hidden;

img[src="
visibility: hidden;

}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel