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

Reply via email to