| 0 comments ]

Disabling Right Click and redirecting:

*Place dis code inside "Java Script" Tag


//Disable right click script
var message="Sorry, right-click has been disabled:-)";
///////////////////////////////////
function clickIE() {if (document.all) {window.location="http://www.orkut.co.in/Profile.aspx?uid=8167398536947930242";alert(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {window.location="http://www.orkut.co.in/Profile.aspx?uid=8167398536947930242";alert(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")

| 0 comments ]

The following is the Html code to find what OS your running,
its TESTED working fine with WINDOWS and LINUX.

Save the Code as .html and open it.

See it in Action:Click

Download the file here:
OStest.html

| 0 comments ]

ORKUT STATUS BUG:(Currently Working)


This bug provides the ability to add more then one line in the Status Line


Steps:

1.Go to scrapbook and type what ever u want even new line allowed

2.Then run de following script..




3. Done..

Addded Feature:It also allows you to Lock Your scrapbook.


Check My profile:Click Here