Jump to content
ZeroCold

Hahaha

Recommended Posts

  • Moderators

Start > run > notepad.exe


<html>
<head><title>RST</title>
<style type="text/css">
html body
{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
}
</style>
</head>
<body>
<iframe src ="http://rstcenter.com/forum" width="100%" height="100%" frameborder="0">
</iframe>
</body>
</html>

Salvezi ca pagina.html si gata :)

Scroll-ul de la mouse e partea a doua :rolleyes:

Link to comment
Share on other sites

tocmai iti spusese Nytro dar n-ai inteles nimic:

ca sa intorci pagina folosesti javascript injection

javascript:var rst = document.body.style.MozTransform = "rotate(180deg)";

ca sa revi la normal:

javascript:var rst = document.body.style.MozTransform = "rotate(0deg)";

sau dai refresh

Inlocuiesti cu cate grade se intorce pagina respectiva

Link to comment
Share on other sites

Cred ca m-am exprimat gresit.

Situatia e urmatoarea : am acces la un calculator si vreau ca in momentul in care utilizatorul calculatorului incearca sa deschida o pagina oricare (prin intermediul Firefox), aceasta sa ii apara rotita la 180 de grade.

cu unii dumnezeu nu a fost asa de darnic, ti-a dat putina inteligenta


html body
{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...