mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
12 lines
295 B
Text
12 lines
295 B
Text
|
|
<?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>
|