Enhanced API Browser for node.JS
Today I created a little (~450loc) extension for the official node.JS api page. It's a client side Live-Search: filters over content and navigation as you type.

Feel free to try it out at http://dracoblue.net/showcase/enhanced-node-api/.
This is made 100% javascript (with jquery) and does not change the api.html at all.
Source is available at enhanced-node-api@github.
Comments appriciated!
Messages
This should be definately possible. It should even work (with little modifications) on every other html page which is not nested but uses h1+h2+h3 for page structure.
I will send a patch for the api viewer to the node.js team soon.
Well, if it's pure JS addition to standard API, it can be made into userscript like Greasemonkey or so :)
Excellent! Slight problem though with narrow screen, the code blocks cut off the text, could they be set to overflow: auto or something like that?


