mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
8 lines
220 B
HTML
8 lines
220 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
|
|
var inputElem = document.createElementNS("http://www.w3.org/1999/xhtml", "input");
|
|
inputElem.QueryInterface(Components.interfaces.imgIDecoderObserver);
|
|
inputElem.onStartDecode(null);
|
|
|
|
</script>
|