Bütün Sitelerde Deprem Yapma

merakettim

Homo Sapiens Sapiens
Özel üye
Merhaba arkadaşlar. Bu yöntemle istediğiniz bütün internet sitelerinde deprem efekti görebilirsiniz. Virüs gibi şeyler aklınıza gelmesin güvenilir kaynaktan(Kendimden :D) aldım scripti.

Sadece Google Chrome'da çalışır.

CTRL+Shift+J basıyorsunuz, CONSOLE kısmına aşağıdkai kodu yapıştırım ENTER basıyorsunuz.

PHP:
// JavaScript Document
tdTag=document.getElementsByTagName("td");
for(sayac=0;sayac<tdTag.length;sayac++)
tdTag[sayac].innerHTML="<abbr>"+tdTag[sayac].innerHTML+"</abbr>";

tdTag=document.getElementsByTagName("span");
for(sayac=0;sayac<tdTag.length;sayac++)
tdTag[sayac].innerHTML="<abbr>"+tdTag[sayac].innerHTML+"</abbr>";

aTag=document.getElementsByTagName("a");
for(sayac=0;sayac<aTag.length;sayac++)
aTag[sayac].style.position="absolute";

h1Tag=document.getElementsByTagName("h1");
for(sayac=0;sayac<h1Tag.length;sayac++)
h1Tag[sayac].style.position="absolute";

h2Tag=document.getElementsByTagName("h2");
for(sayac=0;sayac<h2Tag.length;sayac++)
h2Tag[sayac].style.position="absolute";

h3Tag=document.getElementsByTagName("h3");
for(sayac=0;sayac<h3Tag.length;sayac++)
h3Tag[sayac].style.position="absolute";

h4Tag=document.getElementsByTagName("h4");
for(sayac=0;sayac<h4Tag.length;sayac++)
h4Tag[sayac].style.position="absolute";

h5Tag=document.getElementsByTagName("h5");
for(sayac=0;sayac<h5Tag.length;sayac++)
h5Tag[sayac].style.position="absolute";

fontTag=document.getElementsByTagName("dt");
for(sayac=0;sayac<fontTag.length;sayac++)
fontTag[sayac].style.position="absolute";

abbrTag=document.getElementsByTagName("abbr");
for(sayac=0;sayac<abbrTag.length;sayac++)
abbrTag[sayac].style.position="absolute";

buttonTag=document.getElementsByTagName("button");
for(sayac=0;sayac<buttonTag.length;sayac++)
buttonTag[sayac].style.position="absolute";

citeTag=document.getElementsByTagName("cite");
for(sayac=0;sayac<citeTag.length;sayac++)
citeTag[sayac].style.position="absolute";

bTag=document.getElementsByTagName("b");
for(sayac=0;sayac<bTag.length;sayac++)
bTag[sayac].style.position="absolute";

inputTag=document.getElementsByTagName("input");
for(sayac=0;sayac<inputTag.length;sayac++)
inputTag[sayac].style.position="absolute";

document.body.style.position="absolute";
tutamac=setInterval(deprem,"40");
say=0;
function deprem(){
document.body.style.left=""+(50-Math.ceil(Math.random()*100))+"px";
document.body.style.top=""+(50-Math.ceil(Math.random()*100))+"px";

for(sayac=0;sayac<aTag.length;sayac++)
aTag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<h1Tag.length;sayac++)
h1Tag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<h2Tag.length;sayac++)
h2Tag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<h3Tag.length;sayac++)
h3Tag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<h4Tag.length;sayac++)
h4Tag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<h5Tag.length;sayac++)
h5Tag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<fontTag.length;sayac++)
fontTag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<abbrTag.length;sayac++)
abbrTag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<buttonTag.length;sayac++)
buttonTag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<citeTag.length;sayac++)
citeTag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<bTag.length;sayac++)
bTag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
for(sayac=0;sayac<inputTag.length;sayac++)
inputTag[sayac].style.transform= "rotate("+(50-Math.ceil(Math.random()*100))+"deg)";
say++;
if(say>10){
clearInterval(tutamac);
setTimeout(logo,"5000");
}
}

function logo(){
   
var bilgi = document.createElement('div');
bilgi.style.position="fixed";
bilgi.style.left="250px";
bilgi.style.top="250px";
bilgi.style.zIndex="1000";
bilgi.innerHTML='<img src="https://www.cerezforum.com/styles/default/xenforo/logo.png" /><br /><a href="https://www.cerezforum.com/members/merakettim.113/" class="username NoOverlay" dir="auto"><div style="font-size:26px">merakettim</div/></a>';
document.body.appendChild(bilgi);
    }
 

Simurg

Kabullenmiş olmanın dayanılmaz hafifliği...
Özel üye
Denedim ve yukarıdaki kodlar çalışıyor çok ilginç bir çalışma olmuş. :-D

ilginc.jpg
 
Top