mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
7 lines
140 B
HTML
7 lines
140 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
function report() {
|
|
window.parent.postMessage(document.characterSet, "*");
|
|
}
|
|
</script>
|
|
<body onload="report();">
|