mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
7 lines
488 B
HTML
7 lines
488 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="setTimeout(function() { window.location = "data:text/html,<body onload='window.opener.finishTest()'>" }, 10)">
|
|
<iframe src="data:text/html,<body onpagehide='var p = window.parent.opener; var e = window.frameElement; e.parentNode.removeChild(e); if (e.parentNode == null && e.contentWindow == null) { p.firstRemoved = true; }'>">
|
|
</iframe>
|
|
<iframe src="data:text/html,<body onpagehide='window.parent.opener.secondHidden = true;'>">
|
|
</iframe>
|