Monday

"No Right Click" Codes!

Here is the one to prevent people from copying text. It's Good for protecting information, stories, poems, etc. Prevents mouse highlighting.

Find the codes </head> Tag in your template and add all the below code after it.

</head>

<!-- no click code start -->

<body oncontextmenu='return false'/>

<!-- no click code end -->

<body>

No comments: