mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 10:48:39 +09:00
13 lines
141 B
HTML
13 lines
141 B
HTML
<html>
|
|
<body>
|
|
<pre>
|
|
<script>
|
|
document.write(window.sidebar.something);
|
|
for (i in window.sidebar)
|
|
{
|
|
break
|
|
}
|
|
</script>
|
|
</pre>
|
|
</body>
|
|
</html>
|