Revert simplistic fix pending revisit of Mozilla integration attempt.
1 /* Any copyright is dedicated to the Public Domain.
2 * http://creativecommons.org/licenses/publicdomain/ */
5 document.documentElement.style.backgroundColor = "green";
8 addEventListener("load", onLoad, false);