mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
8 lines
194 B
HTML
8 lines
194 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<script>
|
||
|
|
|
||
|
|
var v = document.createElementNS("http://www.w3.org/1999/xhtml", "video");
|
||
|
|
v.QueryInterface(Components.interfaces.nsIObserver);
|
||
|
|
v.observe(null, null, null);
|
||
|
|
|
||
|
|
</script>
|