How to Disable Copying Text using pure CSS.
आवश्यकता होती है। पहले आपको संशोधित करना होगा, फिर अनुकूलित करना होगा और सबसे
ज़रूरी बात यह है कि आपके Content ऐसे होने चाहिए कि Viewer आपके Content को बहुत आसानी
से समझ सकें। सभी Blogger के लिए सबसे बड़ी चुनौती यह है कि वे अपनी website के
Content को Copy होने से कैसे बचाएं?(How to protect their website content from being copied?)
आपको internet पर कई Copyright Page मिल जाएंगे, जिन्हें कभी Rank नहीं किया गया है।
बदले में कई लोग अन्य Blogger के Content चुरा लेते हैं। लेकिन Google का
Algorithm अलग है, आप Google को कभी भी मूर्ख नहीं बना सकते। लेकिन जब भी कोई
दूसरा Blogger हमारा Content चुराकर अपनी website पर Public करता है तो
हमें बहुत बुरा लगता है और ऐसा लगता है जैसे हमारी मेहनत का फल कोई और ले रहा है।
Copy होने से कैसे बचाया जाए? इस Article में, मैं आपके साथ कुछ युक्तियाँ साझा
करूँगा जो आपकी Content को Copy होने से बचा सकती हैं।
How to disable copying text using pure CSS in Blogger?
Before following these steps we recommend you take a Backup of your Blogger
Template, By chance If any mistakes have been done we can undo changes using
that Backup.
Editing Page.
CSS just above it or you can paste the following CSS just above
</head>
by creating <style> </style> tags.
/* Disable Copy by kamalbhaiji.in */ body{user-select:none;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}/* Enable copy on pre and code tags */ pre, code {user-select:text;-moz-user-select:text;-ms-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-webkit-touch-callout:text}
BENEFITS
1.Using CSS code we eliminate this factor as user usually can not disable the
CSS. However, an experienced user can do it simply by inspecting elements and
finding our CSS code snippet then delete it in browser but this task is far
away from newbies. Experienced users rarely do that.
2.CSS codes are far better than JavaScripts as they do not lower the speed of
your blog/website where JavaScript codes consume much time to load and make
your blog load speed very low and overall you lose Visitors=Money. Avoid using
JavaScripts..
CONCLUSION
How to Disable Copying Text using pure CSS कैसे बनाएं के बारे में एक
Tutorial Article बनाया है। जो आपकी website को खूबसूरत Look देता है। मुझे आशा
है कि आपको यह पसंद आया होगा और कृपया इसे अपने दोस्तों के साथ shere करें और
अधिक जानकारी के लिए हमारे Blog का Follow करें।
करने की कोशिश न करें और किसी भी तरह से पुनरुत्पादन सख्त वर्जित है! अन्यथा
कानूनी कार्रवाई की जाएगी।