Skip to main content

Disable Copy Function in JavaScript and CSS For Blogger

Disable Copy Function in JavaScript and CSS For Blogger: Now a days everyone want to earn money and people don't know about a good knowledge in blogger so they think they can earn money through stealing others content so they copy your whole content and paste on your blog for Earn money and they try to earn money from that stuff. but unfortunately Adsense is not for content steelers. Adsense is only for hard worker and those who post a Quality content on their blogs and get huge traffic from that kinds of contents so Adsense approve that type of contents with in few minutes.
So Our topic is to protect your blog content from steelers so we make a JavaScript simple script you just need to add that script in your widget. so no one can copy your posts from your blogger. Here is the JavaScript Copy Disable Script.
Now i'll share with you how you can protect your content from steelers using CSS script.

Installation of CSS code in Blog:

  • Go to Dashboard > Template > Edit HTML
  • Press Ctrl + F and Find Below Code
]]></b:skin>
  • You just need to paste below code above this line.
/*----- Disable Text Selection with CSS Code--- TB----*/
.post blockquote {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
body {
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}
 
  • Below code is Enabling Copying your block quote, so everyone just copy your block quote contents.
/*----- Disable Text Selection with CSS Code--- TB----*/body {-webkit-user-select: none !important;-moz-user-select: -moz-none !important;-ms-user-select: none !important;user-select: none !important;
This CSS code is disabling copy from your blog. so no one copy this from your blog. Just you need to paste this CSS under above CSS code.

Benefits of Using CSS Code Rather Then JavaScript:

  • First Benefits is JavaScript take time when it loading. but CSS is not taking any time.
  • 2nd Benefits is no one can disable CSS code, Everyone Disable JavaScript from Browsers Easily. So I Preffer you to use CSS code Rather then JavaScript.

Comments

Popular posts from this blog

How To Start A Blog And Make It Successful

How To Start A Blog And Make It Successful : If you are a new blogger and you don't know about blogging and you want to make it successful then you must know about some important thing otherwise you can not get desire output from your blog. and you waste your all efforts and time on blog. Read some my Experience Suggestion below. How To Start A Blog And Make It Successful Never Use Free Blogger Theme:  First Remember one thing never use free themes you are on WordPress or blogger doesn't matter don't use free themes because they are not develop accordingly today requirement few themes are not even not responsive and also not SEO friendly. if you want your blog go viral on social media and google then please be original write your own content and must post that contents which audience demand. But if your theme is not good you may right your own contents but finally your google can't understand your posts and it take long time in indexing also due to e...

How To Install WAMP Server and Configure in Windows

How To Install WAMP Server and Configure in Windows : Many students don't know how to install and configure WAMP on their computer so In this Tutorial your learn how you can install WAMP server on your Windows 10, Windows 8.1 , Windows 8, Windows 7. Follow few steps to Install WAMP Server in your System. First you need to download the WAMP server. Here visit below link. http://www.wampserver.com/en/ After download Run setup and install WAMP Server on your Computer. Click next. it will install it self. After installation run WAMP server on your computer and check tray icon is green or red. Green Color means WAMP is online. Red Color means WAMP is not Running. In above image you can see the green color wamp icon and options of WAMP server.  If you click on put offline the server goes offline. http://localhost/ Open localhost and you can see the main screen of Wamp server. WAMP  is stand for  Windows Apache Mysql PHP . Some developers use localhos...

3 ways to Open Block Sites On your Computer

3 ways to Open Block Sites On your Computer:  In this Article we tell you about how you can open block website on your system. Their is many ways to open block website on your computer. some colleges not allowed to use social network sites in college, some companies are not allowed to open site in company. so if you want to open a site in your company its very simple so you just need to follow few steps to open a website on your system. Ultrasurf or zentmate or hotspotsheild, download one of them and install in your System. Run software and now you able to open any block site in your system. Also you can open blocked site on  http://videoproxy.co. If you want to open YouTube so you can use YouTube Alternatives website to open YouTube on your system. these are YouTube Alternative. http://playit.pk   http://www.ytpak.com Their is few software which allows you to open block website on your system. which is listed below. ultrasurf is one the best softwa...