- Back to Home »
- DISABLE RIGHT CLICK ON WEBSITE AND BLOG WITH STYLISH IMAGE
Posted by : dudi
Tuesday, February 27, 2018
DISABLE RIGHT CLICK ON WEBSITE AND BLOG WITH STYLISH IMAGE
If you have a website or blog then you always want to prevent users and other bloggers from copying contents from your website or blog.You may be written an article with great efforts and lots of research and other peoples or bloggers just copy paste it on their websites or blogs.To prevent such type users and bloggers from copying content from your website i will show you a javascript trick to disable right click on your website or blog with stylish image.So lets started without waisting the time.Follow my instructions carefully:
First of All Login to your Blogger Account
Now Go to Blogger Dashboard >>Template>>Edit HTML
Press CTRL+F and Find </head> tag in your template.
Copy the following javascript and paste just above the </head> tag.
Now Save your template and Visit your blog.
Screenshot:
<script type=text/javascript>
var DADrightclicktheme = Dark;
var DADrightclickimage = http:https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMVgImGa9zjYi6UT4Ry4ASU-lM2fj0nDIhDQWYPExvSIpFW5hPBpxrH7wsqn2yIoAIvZKXRPRKtO22DF0MEaCMq76qCyKviB9QnhkbbbL08iQ8xkBxomvqiwlQY68YzKiZrK0drZ_WP7y4/s1600/No+Right+Click+copy.png;
</script>
<script type=text/javascript src="https://sites.google.com/site/antictrlu/DEBLIZER/AntiCopas.js"> </script>