cavebad.blogg.se

Kindle cloud reader login
Kindle cloud reader login











The list save code can be invoked manually via the ^S hotkey (a.k.a.

kindle cloud reader login

when the browser thinks it is done loading). This little script loads the cloud reader and saves the book list if it finds it when the DocumentCompleted event fires (i.e. Void handle_KeyDown (object sender, KeyEventArgs e)įind_and_save_book_list_frame(m_browser) Void handle_browser_DocumentCompleted (object sender, WebBrowserDocumentCompletedEventArgs e)įind_and_save_book_list_frame(sender as WebBrowser)

kindle cloud reader login

class KindleBookListProgramĬonst string FILENAME_TEMPLATE = "x:\\kindle_library_\n\n", filename, text) įile.WriteAllText(filename, text, Encoding.UTF8) You should review/modify the filename template before running this script. It uses a visible browser control on a form because it may be necessary to log in to the cloud reader. cs file but it can also be pasted into LINQPad and run as is (see #ifdefs). Here's some proof-of-concept code for downloading + saving the list using the. This manual procedure takes just a small handful of mouse clicks and key strokes.ĭownloading the list programmatically is a little more involved than issuing an HTTP GET and dissecting the result, since the cloud reader requires authentication and uses a lot of JavaScript. I Bastardi di Pizzofalcone (Italian Edition) This gives the full book list as an HTML fragment with an easily parsed structure, including ASIN: This is the same as Copy > Outer HTML in the right-click menu for the node. A left-click at this point selects the corresponding node in the HTML pane of the Inspector dashboard so that Ctrl+C will copy the HTML to the clipboard. Selecting the list part is most easily done by activating the element picker (Ctrl+Shift+C or left-most icon in the Inspector dashboard), hovering the mouse over the top left book icon and then moving it slowly up or left until the selection expands to the whole inner part of the list (at which point the selection caption will say div #titles_inner_wrapper). in the HTML pane of the Inspector dashboard, copy the HTML for the selected part.select the actual list part ( div #titles_inner_wrapper), which is the immediate parent of all the book entries.call up the Inspector tool under Tools > Web Developer (Ctrl+Shift+C).

kindle cloud reader login

FireFox has a builtin Inspector tool that can be used to rip the complete book list from the Amazon cloud reader Library page, as suggested by user2493694:













Kindle cloud reader login