disable copy paste blogger posts
![]() |
blogger |
To keep the blog post safe, close the copy-paste option in the blogger!
To protect the blog content from theft, you should close the copy-paste in the blogger post. You must know how much content is being stolen from a blogger. Everyone in the internet needs success! No one has to do any hard work, so people do not forget to steal someone else's content, so copy-paste options should be turned off in your blogger.
Writing good content is a key part of the blogger's success. The blogger has to work hard to write SEO and user-friendly content. And research has to be done to make your content complete. means! A blogger shares his information about what he needs to do to help others first.
If a person stole such hard work in just a few clicks, then the blogger writing that content is very sad and he loses the motivation to write further content.
However, Google is trying to prevent such a stolen content in another way. While we may stop copy-paste in the blogger itself, then why should we trust anyone else, then move a few steps forward to prevent the blogger's precious content from being stolen.
How to turn off the copy-paste option in the blogger post?
First, open the blogger dashboard, click on this link to open the blogger dashboard
Now click on Layout.
Now go to any sidebar bar and click on + Add a Gadget.
Now you will have a PopOp window open, select HTML / javaScript in that popup window.
![]() |
blogger |
Now you can find Title and Content in Title, you can write any title but in the content you have to write a script,
<script type = "text / javascript">
var omitformtags = ["input", "textarea", "select"]
omitformtags = omitformtags.join ("|")
function disableselect (e) {
if (omitformtags.indexOf (e.target.tagName.toLowerCase ()) == - 1)
return false
}
function reEnable () {
return true
}
if (typeof document.onselectstart! = "undefined")
document.onselectstart = new Function ("return false")
else {
document.onmousedown = disableselect
document.onmouseup = reEnable
}
</ script>
![]() |
blogger |
Press here to download this script
After typing the script, click save.
Now please watch your blog.
blogger की पोस्ट में कॉपी पेस्ट ऑप्शन को बंद करें !
![]() |
blogger |
ब्लॉग पोस्ट को सुरक्षित रखने के लिए, ब्लॉगर में कॉपी पेस्ट विकल्प को बंद करें!
ब्लॉग content को चोरी से बचाने के लिए आपको blogger पोस्ट में कॉपी पेस्ट को बंद कर लेना चाहिए।
आपको यह तो पता ही होगा कि blogger से कितने content चोरी हो रहे हैं।
इस इंटरनेट की दुनियाँ मे सभी को सफलता चाहिए ! और मेहनत किसी को न करना पड़े, इसलिए लोग किसी दूसरे के कंटैंट को चुराने से नहीं चूकते, इसलिए अपने blogger में कॉपी पेस्ट ऑप्शन को बंद कर देना चाहिए।
एक अच्छे कंटैंट लिखना blogger सफलता का एक मुख्य हिस्सा है। SEO and user-friendly, content लिखने मे blogger को कड़ी मेहनत करनी पड़ती है। और अपने कंटैंट को जानकारी पूर्ण बनाने के लिए शोध भी बहुत करना पड़ता है। मतलब की ! एक blogger अपनी जानकारी को share करता है कि वह दूसरों की मदद करने के लिए पहले क्या इकट्ठा करे ।
यदि कोई व्यक्ति इतनी मेहनत को बस कुछ ही क्लिक में चोरी कर लेता है, तो यह उस कंटैंट लिखने वाले blogger को बहोत दुख होता है और वह आगे के कंटैंट लिखने की प्रेरणा खो देता है।
हलाकि , Google इस तरह के चोरी किए हुये कंटैंट को दूसरे तरीके से रोकने की कोशिश कर रहा है। जबकि हम खुद यदि आप blogger में कॉपी पेस्ट को बंद कर सकते हैं, तो हम क्यौं किसी दूसरे के भरोसे रहें, तो फिर blogger के कीमती कंटैंट को चोरी होने से रोकने के लिए कुछ कदम आगे कि ओर।
blogger पोस्ट के कॉपी पेस्ट ऑप्शन को कैसे बंद करें ?
सबसे पहले blogger dashboard को ओपेन करें, blogger dashboard ओपेन करने के लिये इस लिंक पर क्लिक करें https://www.blogger.com
अब Layout पर क्लिक करें।
अब आप किसी भी sitebar बार में जायें और + Add a Gadget पर क्लिक करें।
अब आपके सामने एक पोपोप विंडो ओपेन होगी, उस पोपोप विंडो में HTML/javaScript सेलेक्ट करें।
अब आपको Title और Content लिखा मिलेगा Title में आप कोई भी Title लिख सकते हो लेकिन Content में आपको एक Script लिखनी होगी,
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
इस स्क्रिप्ट को download करने के लिये यहाँ दबाएँ
script लिखने के बाद save पर क्लिक करें।
अब अपने ब्लॉग को VIEW करें ।