ZeroCold Posted April 1, 2010 Report Posted April 1, 2010 Primul post de pe rst scris invers )Ce tare ) Quote
denjacker Posted April 1, 2010 Report Posted April 1, 2010 intorci monitorul invers..sau scapi de asta <style type="text/css">html body { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg);}</style> Quote
ZeroCold Posted April 1, 2010 Author Report Posted April 1, 2010 intorci monitorul invers...:D:D Quote
M4T3! Posted April 1, 2010 Report Posted April 1, 2010 <style type="text/css">html body { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg);} --unde vine scris? Quote
denjacker Posted April 1, 2010 Report Posted April 1, 2010 https://addons.mozilla.org/en-US/firefox/addon/60 Miscellaneous -> Edit HTML ... si stergi aia Quote
Moderators Dragos Posted April 1, 2010 Moderators Report Posted April 1, 2010 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 Quote
Nytro Posted April 1, 2010 Report Posted April 1, 2010 Scrieti la URL:javascript:var rst = document.body.style.MozTransform = "rotate(0deg)"; Quote
AndrusKanu Posted April 1, 2010 Report Posted April 1, 2010 AHAHAHA, cum s?-?i întorci m? monitoru? )Pentru cei care au Vista, nu trebuie s? întoarc? monitoru, doar imaginea de pe monitor. Quote
ZeroCold Posted April 1, 2010 Author Report Posted April 1, 2010 In meniul de la monitor ar trebui sa fie ceva de genu flip sau rotate, dar e mai rapid sa il intorci "fizic" Quote
LordEye Posted April 1, 2010 Report Posted April 1, 2010 E posibil sa rotesc cu 180 de grade orice pagina se acceseaza din Firefox ?P.S. : scuze pentru off-topic Quote
denjacker Posted April 1, 2010 Report Posted April 1, 2010 tocmai iti spusese Nytro dar n-ai inteles nimic:ca sa intorci pagina folosesti javascript injectionjavascript:var rst = document.body.style.MozTransform = "rotate(180deg)";ca sa revi la normal:javascript:var rst = document.body.style.MozTransform = "rotate(0deg)";sau dai refreshInlocuiesti cu cate grade se intorce pagina respectiva Quote
bcman Posted April 1, 2010 Report Posted April 1, 2010 AHAHAHA, cum s?-?i întorci m? monitoru? )Pentru cei care au Vista, nu trebuie s? întoarc? monitoru, doar imaginea de pe monitor. Eu am noroc:)Am laptop:PPS: Tare faza Quote
LordEye Posted April 1, 2010 Report Posted April 1, 2010 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. Quote
Vlachs Posted April 1, 2010 Report Posted April 1, 2010 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 inteligentahtml body{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);} Quote