• Tech
  • Science
  • Entertainment
  • Culture

Protect your Articles from Getting Copied Using CSS Trick

FacebookX (Twitter)WhatsAppLinkedIn

copyright-logoArticles, content, images all contribute together in getting high organic traffics due to your lot of hard-word applied in creating that post article for your worthy readers, than comes another role of content scrappers copying your articles and getting higher in search engines. Well now you can protect your articles from getting copied easily using just a small CSS trick which is really compatible in every browser and works like a charm.

  • How to Disable Dragging in Blogger Website
  • How to Disable Right Click in Blogger Blogs

So now if you wanna use this CSS trick for making your content secure on blogger blogs, just follow the steps provided below and you will have your content protected.

Make your Blogger Content Theft Free :

1. Log in to your blogger account and navigate to your blog > Template > Edit HTML.

2. Now make a search for ]]></b:skin> and paste the below code right above it.

.post-body {
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}

3. Now just hit Save Template and refresh your blog, now try to drag your content with your mouse and see you will not be able to select any text.

Enjoy easy theft free blog from content scrappers, well there are still some problems which may force your to remove this code as if you provide any coding or scripts to your readers than they might not be able to drag and copy that code, so you can figure that out :)

Older Posts
  • Funny WhatsApp and Hilarious Facebook Status Updates
    Funny WhatsApp and Hilarious Facebook Status Updates
  • Blogger Conditional Tags b:if and b:else for More Blog Customizations
    Blogger Conditional Tags b:if and b:else for More Blog Customizations
  • Top 9 Websites for Watching Movies Streaming Online for Free
    Top 9 Websites for Watching Movies Streaming Online for Free
  • Watch Indian Television Channels using VLC Media Player
    Watch Indian Television Channels using VLC Media Player
  • Naughty 18+ NON-VEG Jokes for WhatsApp and Facebook
    Naughty 18+ NON-VEG Jokes for WhatsApp and Facebook

Stay Ahead of the Curve

Join thousands of readers getting our best tech and culture stories delivered straight to their inbox.

About UsContactPrivacy PolicyTerms of Service
FacebookX (Twitter)InstagramYouTube
© HackingUniversity - Hacks . Tricks . How-To's. All rights reserved.