Hey Joe,
There is actually an xkcd mode that will display the comic's title
below it (you'll want to add xkcd_add_title = true; to your
.conkerorrc).  For all other cases I wrote a function to show it for
me:

interactive("image-show-title", "Display the title attribute of an image",
            function(I) {
                bo = yield read_browser_object(I);
                I.minibuffer.message(bo.title);
            }
            $browser_object = browser_object_images,
            $prompt = "Select image");

-Mark



On Wed, May 18, 2011 at 9:25 PM, Joe Fineman <[email protected]> wrote:
> I use Conkeror under Windows XP.
>
> How does one see mouseovers, such as the ones in XKCD?
> --
> ---  Joe Fineman    [email protected]
>
> ||:  We go straight from being smarter than the old folks to  :||
> ||:  being wiser than the young folks.                        :||
> _______________________________________________
> Conkeror mailing list
> [email protected]
> https://www.mozdev.org/mailman/listinfo/conkeror
>
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to