On Wed, May 18, 2011 at 09:25:43PM -0400, Joe Fineman wrote: > I use Conkeror under Windows XP. > > How does one see mouseovers, such as the ones in XKCD?
There are two answers to your question, one general, and one specific to XKCD. General answer first: With recent versions of Conkeror (since within the past couple of months), Conkeror's overlink-mode can easily be configured in your rc to display information about mouseovers in the minibuffer message area. Here is an example configuration that would show title attributes: http://retroj.net/git/conkerorrc/overlink.js Specific answer for XKCD, Conkeror has xkcd-mode which is able to splice the hidden message into the page, just below the comic. To use it: require("xkcd"); xkcd_add_title = true; or if your copy of conkeror is an old one: require("page-modes/xkcd.js"); xkcd_add_title = true; -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
