mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
9 lines
211 B
HTML
9 lines
211 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
var node = document.createElement("a");
|
|
node.href = "http://www.mozilla.org";
|
|
document.defaultView.getComputedStyle(node, "").color
|
|
</script>
|
|
</body>
|
|
</html>
|