mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
14 lines
154 B
HTML
14 lines
154 B
HTML
<html>
|
|
<body>
|
|
<pre>
|
|
<script>
|
|
document.write(window.sidebar.something);
|
|
for (i in window.sidebar)
|
|
{
|
|
break
|
|
}
|
|
</script>
|
|
</pre>
|
|
</body>
|
|
</html>
|