Catalog of manual pages
doc-write.js
A plug-in replacement for the method document.write() specifically meant for
XHTML documents. Since this method is disabled in JavaScript when XHTML
documents are processed, certain options aren't available (like adding a
Paypal button, etc.).
This library helps mitigate this problem.
check-ip.js
A small add-on that lets you determine the nature of your requestor's IP address (IPv4 or IPv6) and log something to your browser's console. It is also capable of returning this information to other JavaScript modules when queried.
sanitize.js
An add-on that intercepts calls to certain object properties and methods to make them foolproof and so more user-friendly. Unfortunately JavaScript gives a programmer a lot of freedom in doing certain things, usually presenting a careless developer with some seemingly inexplicable errors or malfunctions that require some intensive probing and verification to uncover. Adding this module intercepts some of these tricky spots and sanitizes anything that is passed to them. It also becomes verbose about any problems that it has detected.