Hello Everyone, on this occasion I will share a tutorial on How to Disable Inspect Element in Blogger. Inspect Element is one of the default features of the desktop version of the browser, being able to trace the structure of the code, view, edit, and replace HTML code taken from blog or website sources.Inspect element is often used by blog designers to locate the code like CSS, HTML, JavaScript code on the blog.
If you don't want to inspect element of your theme or blogger template or don't want other people to know about it. So you can prevent this from happening by installing a debugger script that doesn't allow your blog to inspect some code directly. This will make the element safe from copying.
Here's how to disable inspect elements on a blog using JavaScript, so please read the full post and follow the steps below.
How to Disable Inspect Element in Blogger :-
Step 1 :- First of All Go To Blogger.Com And Login Your Account.
Step 2 :- Then Click on Theme Menu.
Step 3 :- After Click on Edit Html.
Step 4 :- Then find </body> Tag and Then Paste The Given JavaScript Code.
<script type='text/javascript'>
//<![CDATA[
/* Inspect Element Disable JavaScript By Miracle */
!function t(){try{!function t(n){1===(""+n/n).length&&0!==n||function(){}.constructor("debugger")(),t(++n)}(0)}catch(n){setTimeout(t,5e3)}}();
//]]>
</script>
Step 5 :- Then Don't Forget to Click on Save Theme.
Conclusion :-
In this post I have explained How to Disable Inspect Element in Blogger Using JavaScript. Hope this tutorial can be useful for you all and thank you for visiting our website.