I\'m dealing with a system where the following Javascript code (which is out of my control) is being executed early in the page
if (!(\"console\" in window)
In Google Chrome, deleting the console object works:
console
However, this doesn't seem to work in Firefox 4. It's a start, though.