-->
zWZ3ZJ90R4zzhbql6NUZDSuEAK5vmsQ96TEJw5QR
Bookmark

How to Disable Copying Text using pure CSS.

हम सभी Blogger को जानते हैं कि किसी भी प्रकार का Content बनाने के लिए बहुत मेहनत की आवश्यकता होती है। पहले आपको संशोधित करना होगा, फिर अनुकूलित करना होगा और सबसे ज़रूरी बात यह है कि आपके Content ऐसे होने चाहिए कि Viewer आपके Content को बहुत आसानी से समझ सकें। सभी Blogger के लिए सबसे बड़ी चुनौती यह है कि वे अपनी website के Content को Copy होने से कैसे बचाएं?(How to protect their website content from being copied?)

हम जानते हैं कि कोई भी Copyright Content कभी भी Google पर Rank नहीं कर सकती। आपको internet पर कई Copyright Page मिल जाएंगे, जिन्हें कभी Rank नहीं किया गया है। बदले में कई लोग अन्य Blogger के Content चुरा लेते हैं। लेकिन Google का Algorithm अलग है, आप Google को कभी भी मूर्ख नहीं बना सकते। लेकिन जब भी कोई दूसरा Blogger हमारा Content चुराकर अपनी website पर Public करता है तो हमें बहुत बुरा लगता है और ऐसा लगता है जैसे हमारी मेहनत का फल कोई और ले रहा है।

तो इस समस्या से छुटकारा पाने के लिए आपको यह जानना होगा कि Website के Content को 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.

Step 1: सबसे पहले अपने Blogger Dashboard पर Login करें.

Step 2: अपने Blogger Dashboard, Click 'Theme'.

Step 3: Click on the arrow down Icon next to 'Customize' Button.

Step 4: Click on Edit HTML, you will be redirected to Theme Editing Page.

Step 5: Then Find ]]></b:skin> and paste the following 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}
Step 6: अब HTML को Save करने के लिए Save पर Click करें।

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

इस पोस्ट में मैंने Blogger Website में How to Disable Copying Text using pure CSS कैसे बनाएं के बारे में एक Tutorial Article बनाया है। जो आपकी website को खूबसूरत Look देता है। मुझे आशा है कि आपको यह पसंद आया होगा और कृपया इसे अपने दोस्तों के साथ shere करें और अधिक जानकारी के लिए हमारे Blog का Follow करें।

हमारे सभी पोस्ट DMCA द्वारा सुरक्षित हैं । इसलिए हमारे पोस्ट को कॉपी करने की कोशिश न करें और किसी भी तरह से पुनरुत्पादन सख्त वर्जित है! अन्यथा कानूनी कार्रवाई की जाएगी।




Post a Comment

Post a Comment