كيف أجعل مدونتي غير قابلة للنسخ؟؟
من لوحة التحكم المدونة بلوجر نختار القالب ثم تحرير HTML ثم متابعة ووضع علامة علي توسيع قالب عناصر واجهة المستخدم
وابحث عن الكود الاتي
<head>
وضع اسفله مباشرة الكود التالي
<!-- http://city-bl.blogspot.com-->
<****** language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</******>
<****** language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</******>
وقم بحفظ القالب