mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
19 lines
293 B
XML
19 lines
293 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg"><animate id="y"/><script>
|
||
|
|
<![CDATA[
|
||
|
|
|
||
|
|
function boom()
|
||
|
|
{
|
||
|
|
var r = document.createRange();
|
||
|
|
r.setEnd(document.getElementById('y'), 0);
|
||
|
|
r.extractContents();
|
||
|
|
}
|
||
|
|
|
||
|
|
window.addEventListener("load", boom, false);
|
||
|
|
|
||
|
|
]]>
|
||
|
|
</script>
|
||
|
|
</svg>
|
||
|
|
|
||
|
|
|