mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
18 lines
No EOL
310 B
HTML
18 lines
No EOL
310 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Inspector Eyedropper tests</title>
|
|
<style>
|
|
html {
|
|
background: black;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
window.onload = function() {
|
|
window.opener.postMessage('ready', '*');
|
|
};
|
|
</script>
|
|
</head>
|
|
</body>
|
|
</body>
|
|
</html> |