mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
10 lines
221 B
HTML
10 lines
221 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>iframe</title></head>
|
|
<body>
|
|
<p>var testvar = "testiframe"</p>
|
|
<script>
|
|
document.domain='example.org';
|
|
var testvar = "testiframe";
|
|
</script>
|
|
</body>
|
|
</html>
|