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.
mtprotect.js
A small add-on that helps prevent deadlocking the browser by recursively adding another microtask from an active microtask