Hmm, maybe this should go in Loic's instapaper-mode http://www.ceondo.com/ecte/2010/09/productivity-conkeror-instapaper-kindle (though maybe that should go on the wiki some time? or github? :-)
On Thu, Jul 21, 2011 at 1:22 PM, Riccardo Murri <[email protected]> wrote: > Hello, > > I converted InstaPaper's "Text Bookmarklet" (near the bottom of > http://www.instapaper.com/extras) to a Conkeror function: > > interactive("render_instapaper", > "Render page with InstaPaper's Text view.", > function (I) { > var d = I.window.buffers.current.document; > if(!d.body) > throw('Please wait until the page has loaded.'); > browser_object_follow( > I.window.buffers.current, > OPEN_CURRENT_BUFFER, > > 'http://www.instapaper.com/text?u='+encodeURIComponent(d.location.href)); > I.window.minibuffer.message("Rendering with > InstaPaper ..."); > }); > define_key(content_buffer_normal_keymap, "a", "render_instapaper"); > > I tried to edit the "Tips" page on the wiki to add it but I'm not > allowed to modify it, so I guess I'm posting it here. > > One more edit to the "Tips" wiki page: the Google reader preview URL > has changed to 'http://google.com/reader/view/feed/'; the > "subscribe_feed" and "subscribe_feed_all" functions should be updated > accordingly. > > Best regards, > Riccardo > _______________________________________________ > Conkeror mailing list > [email protected] > https://www.mozdev.org/mailman/listinfo/conkeror > -- _Mark_ <[email protected]> <[email protected]> _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
