Wed, 31 Dec 2014 06:55:46 +0100
Added tag TORBROWSER_REPLICA for changeset 6474c204b198
1 /* Any copyright is dedicated to the Public Domain.
2 * http://creativecommons.org/licenses/publicdomain/ */
3
4 function onLoad() {
5 document.documentElement.style.backgroundColor = "green";
6 }
7
8 addEventListener("load", onLoad, false);