Use this little snippet to set it to auto-next mode, for a great screensaver. Edit - here is the screensaver https://github.com/gourneau/WebSaver
setInterval(function(){$("#book_next").click()}, 500)
Watching all of books fly by is wondrous to me because it feels like it is painting some weird version of conscious reality.Hilary could you please add this bit of code so for auto advancing mode via the query string.
function getParameterByName(name) {
var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search);
return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
}
if (getParameterByName("auto")){
setInterval(function(){$("#book_next").click()}, getParameterByName("auto"))
}
It would work like this, where 500 is the number of milliseconds.
http://www.bookbookgoose.com/?auto=500Is anyone else surprised by the amount of: "This is a reproduction of a book published before 1923. This book may have occasional imperfections such as missing or blurred pages, poor pictures..." books for sale on Amazon?
Example:
Correctly punctuated original: http://tinyurl.com/b6sbozh
Bookbookgoose ignores the apostrophes: http://imgur.com/4U9Ow
[EDIT: Dropbox link was broken - using imgur instead]
Can you please add filters for "by-genre" and "kindle-only"? Please..
Not trying to be mean. Just sayin'.