Guide: How to stop others from copying your eBay description
Instructions:
1. Open up your ebay listing, and click the HTML view.
2. Copy and Paste the following code at the very start of the HTML (Yes you may copy this below
!):

<script language=”javascript”>
var message=”DELETE THESE WORDS AND PUT YOUR MESSAGE HERE”;
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function(“alert(message);return false;”)
</script>
Tip – Be sure to only replace the words in the message field, do not delete anything else, not even the ” ” !
Guide: How to stop others from copying your eBay description | The Wholesale Forums.
Write a comment
No Comments
View comments
Let me tell You a sad story ! There are no comments yet, but You can be first one to comment this article.
Write a comment