طريقة تركيب اضافة كود منع النسخ بلوجر 2019
- اذهب الي التخطيط
- ثم الي اضافة اداة
- ثم اختر اداة جافا اسكرب / JavaScript
- ثم الصق الكود في داخل الاداة
- وهكذا قمنا ب اضافة اداة من النسخ
شاهد ايضا : اضافة أيقونات مواقع التواصل الاجتماعي الي مدونتك بشكل احترافي
انسخ الكود من هنا
<script LANGUAGE="JavaScript">
<!--
//Disable right click script III- By Renigade (renigade@mediaone.net) //Disable select-text script (IE4+, NS6+)- By Andy Scott //Visit http://hashem-earn-from-internet.blogspot.com/
var message="";
function clickIE() {
if (document.all) {
(message);return false;
}
} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) { (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")
function disableselect(e) { return false } function reEnable() { return true }
document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } //
//-->
</SCRIPT>

"0" title="Advertisement" aria-label="Advertisement"
style="border: none; height: 300px; width: 600px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block; overflow: visible;">