mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
21 lines
298 B
HTML
21 lines
298 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="refresh" content="0">
|
|
|
|
<script language="javascript" id="foo+++">
|
|
|
|
location.hash += "+++";
|
|
|
|
function done()
|
|
{
|
|
parent.document.documentElement.removeAttribute("class");
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body onload="setTimeout(done, 10)">
|
|
|
|
</body>
|
|
</html>
|