Mozilla JavaScript Patches Page
Welcome to my Mozilla JavaScript Patches Page. A JavaScript Patch is is a script that you add to your page to correct/extend the DOM (Document Object Model). Since Mozilla and Netscape 6 are very buggy I find the ability to patch it’s code via JavaScript to be a very powerful tool.
My patch scripts integrate themselves with your browser. After adding the script to the page you can access (both the fixed and added) properties and methods AS IF they were native to the browser.
Currently I only have one patch, but more are to follow. Any and all feedback is welcome. If you are interested in joining me on designing these patches please contact me at Jeff.Yates@PBWizard.com.
I would like to thank Erik Arvidsson, author of IE Emu for Moz at WebFX, for the inspiration for this code.