mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
style="background-color: red" onload="boom();">
|
||
|
|
||
|
<script><![CDATA[
|
||
|
|
||
|
function boom() {
|
||
|
document.documentElement.style.MozBinding = "url('#t')";
|
||
|
}
|
||
|
|
||
|
]]></script>
|
||
|
</window>
|