mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +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>
|