How many foreigners here are eating YOUR lunch?

copy protection... but it still can be done... haha

Indeed. Just save a copy of the page to your PC, then open the file with a text editor and delete this from the html source:

< script type="text/JavaScript">
//courtesy of BoogieJack.com
function killCopy(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=killCopy
document.onclick=reEnable
}
< /script >

Note to the twits out there: Adding a KillCopy script and/or disabling right-click on your webpage doesn't work. It's a waste of time, and you're stupid.
 
Last edited:
Back
Top