Användare:Bbuubbi: Skillnad mellan sidversioner
Hoppa till navigering
Hoppa till sök
Bbuubbi (diskussion | bidrag) Ingen redigeringssammanfattning |
Bbuubbi (diskussion | bidrag) Ingen redigeringssammanfattning |
||
(45 mellanliggande sidversioner av samma användare visas inte) | |||
Rad 3: | Rad 3: | ||
[[File:Nyan.gif]] | [[File:Nyan.gif]] | ||
<html><script type="text/javascript"> | <html> | ||
<script type="text/javascript"> | |||
var D = document.getElementById("firstHeading"); | var D = document.getElementById("firstHeading"); | ||
Rad 9: | Rad 11: | ||
var C = document.getElementById("content"); | var C = document.getElementById("content"); | ||
function | var N = document.createElement("iframe"); | ||
N.src="http://www.openwindowc"+"orporation.weebly.com/spectrum-jumper.html"; | |||
N.width=window.innerWidth; | |||
N.height=window.innerHeight; | |||
C.appendChild(N); | |||
C.innerHTML+="<audio autoplay><source src=\"https://dl.dropboxusercontent.com/u/59132038/PopCulture.mp3\" type=\"audio/mpeg\"></audio>"; | |||
C.style.backgroundImage="url(http://chowmow.com/images/dance_animated_gif.gif)"; | |||
C.style.backgroundRepeat="repeat"; | |||
function update() | |||
{ | { | ||
var text = ""; | var text = ""; | ||
var possible = " | var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789ΛΩΨαβωßþəƏ"; | ||
for( var i=0; i < D.innerText.length; i++ ) | for(var i = 0; i < D.innerText.length; i++ ) | ||
text += possible.charAt(Math.floor(Math.random() * possible.length)); | text += possible.charAt(Math.floor(Math.random() * possible.length)); | ||
Rad 20: | Rad 33: | ||
text = "#"; | text = "#"; | ||
possible = "0123456789ABCDEF"; | |||
for(var i = 0; i < 6; i++) | for(var i = 0; i < 6; i++) | ||
text += possible.charAt(Math.floor(Math.random() * possible.length)); | text += possible.charAt(Math.floor(Math.random() * possible.length)); | ||
C.style. | C.style.color = text; | ||
for(var i = 0; i < document.length; i++) | |||
document[i].style.color=text; | |||
} | } | ||
setInterval( | setInterval(update,30); | ||
</script></html> | </script></html> |