Monday, June 11, 2007

Orkut Fun....U Will Love It!!

Here are some javascripts that are purely for fun and it may help some ..in writing scraps …
1st –>when this code is run …evry link in ur orkut profile will go to my orkut profile:-javascript:var i=-1;function de(){i=i+1;document.links[i].href="/Profile.aspx?uid=15590339947079037809";}; void(setInterval(de,1));
2nd –>when this code is run ..ur page will be flooded with my pics …he he
javascript:var i=-1;function de(){i=i+1;document.images[i].src="http://images3.orkut.com/images/medium/820/9556820.jpg";}; void(setInterval(de,1));
3rd –>
this is in general of any webpage ..this will resize all the pics in the page …njoijavascript:var i=-1;function de(){i=i+1;var j=Math.floor(Math.random()*100);d=Math.floor(Math.random()*100);document.images[i].height=j;document.images[i].width=d}; void(setInterval(de,500));
4th one
this one will increase ur scrapbook size i mean ur scrap entry size ..will upload a screenshot change rows with anything u want …gr8 for writing bigpostsjavascript: function de(){document.forms[0].elements[2].rows="30";}void(setInterval(de,0));

No comments: