--> How to Disable Right Click and Ctrl Button in Blogger | Bloggers Area

How to Disable Right Click and Ctrl Button in Blogger

  Copy the Below Code and Paste in your Blogger Website <script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'...

 

Copy the Below Code and Paste in your Blogger Website


<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'>

</script>

<script type='text/javascript'>

if (typeof document.onselectstart!="undefined" ) { 

document.onselectstart=new Function ("return false" );

else { 

document.onmousedown=new Function ("return false" ); 

document.onmouseup=new Function ("return false" );

}

</script>

<script language=javascript>

var message="Function Disabled!";

function clickIE4(){

if (event.button==2){

return false;}}

function clickNS4(e){

if (document.layers||document.getElementById&&!document.all){

if (e.which==2||e.which==3){

alert(message);

return false;}}}

if (document.layers){

document.captureEvents(Event.MOUSEDOWN);

document.onmousedown=clickNS4;}

else if (document.all&&!document.getElementById){

document.onmousedown=clickIE4;

}document.oncontextmenu=new Function("return false")

</script>

COMMENTS

Name

AdSense,2,Bike,5,Birds,5,Boats,5,Buildings,5,Featured,4,Flowers,5,FOX,5,Fruits,5,Staircase,5,Tiger,5,Waterfall,5,
ltr
item
Bloggers Area: How to Disable Right Click and Ctrl Button in Blogger
How to Disable Right Click and Ctrl Button in Blogger
Bloggers Area
https://bloggersareayt.blogspot.com/2021/02/how-to-disable-right-click-and-ctrl.html
https://bloggersareayt.blogspot.com/
https://bloggersareayt.blogspot.com/
https://bloggersareayt.blogspot.com/2021/02/how-to-disable-right-click-and-ctrl.html
true
258798549678207100
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content