mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
8 lines
183 B
HTML
8 lines
183 B
HTML
|
|
<html>
|
||
|
|
<BODY onload="
|
||
|
|
document.designMode='on';
|
||
|
|
document.replaceChild(document.createElement('HTML'), document.firstChild);
|
||
|
|
document.queryCommandValue('backcolor');
|
||
|
|
">
|
||
|
|
</body>
|
||
|
|
</html>
|