Scoped.lima-city.de: Difference between revisions

Jump to: navigation, search
no edit summary
(→‎Link: I think I found out what the screamer looks like!)
No edit summary
Line 16: Line 16:


After an update, a script was added that will prevent the site from being minimized.
After an update, a script was added that will prevent the site from being minimized.
=== Source Code: ===
<pre>
<script language="JavaScript1.2">
if (parseInt(navigator.appVersion) > 3){
q=1;
setInterval("quake()",10);
}
function quake(){
q=q+.1;
self.moveBy((Math.random()*q*2 -q),(Math.random()*q*2)-q);
}
</script>
</pre>
== Link ==
== Link ==
<font color="yellow">'''<u>NOTE</u>''': The following website contains a [[screamer]] with flashing lights,</font> <span style="color:red">as a well-known script that may harm your computer!
<font color="yellow">'''<u>NOTE</u>''': The following website contains a [[screamer]] with flashing lights,</font> <span style="color:red">as a well-known script that may harm your computer!

Navigation menu