Bộ code chống chuột trái, chuột phải

1. Code chống chuột trái Chèn dước thẻ đóng </head> <style type='text/css'> body{ -webkit-touch-callout: none; -webkit-u...


1. Code chống chuột trái

Chèn dước thẻ đóng </head>
<style type='text/css'>
body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;}
</style>

2. Code chống chuột phải

Chèn vào trước thẻ đóng </head>
<script type='text/javascript'>
//<![CDATA[
// JavaScript Document
var message="NoRightClicking"; function defeatIE() {if (document.all) {(message);return false;}} function defeatNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=defeatNS;} else{document.onmouseup=defeatNS;document.oncontextmenu=defeatIE;} document.oncontextmenu=new Function("return false")
//]]>
</script>

3. Chống cả chuột trái và chuột phải

Kết hợp cả 1 và 2 ta sẽ có đoạn code sau, bạn cũng chèn trước thẻ đóng </head>

<style type='text/css'>
body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
</style>
<script type='text/javascript'>
//<![CDATA[
// JavaScript Document
var message="NoRightClicking"; function defeatIE() {if (document.all) {(message);return false;}} function defeatNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=defeatNS;} else{document.onmouseup=defeatNS;document.oncontextmenu=defeatIE;} document.oncontextmenu=new Function("return false")
//]]>
</script>

4. Code chống Ctrl + U, chống viewsourse, chống F12

Chèn trước thẻ đóng </head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js'/>
<script type='text/javascript'>
checkCtrl=false $(&#39;*&#39;).keydown(function(e){
if(e.keyCode==&#39;17&#39;){ checkCtrl=false  } }).keyup(function(ev){
if(ev.keyCode==&#39;17&#39;){ checkCtrl=false } }).keydown(function(event){
if(checkCtrl){
if(event.keyCode==&#39;85&#39;){ return false; } } })
</script>
Và thay thẻ  <body> thành <body onkeydown="return false">

COMMENTS

Tên

Ảnh Bìa , 9 , Avatar , 3 , Blogger , 4 , Cosplay Anime , 1 , Download , 57 , Đức Dandy , 1 , Facebook , 25 , Game , 1 , Giải Trí , 1 , HD về Blogger , 1 , HD về Photoshop , 4 , Máy Tính , 2 , Music , 1 , Phần mềm , 3 , Photo , 5 , PHOTOSHOP TUTORIAL , 3 , PSD Ảnh Bìa , 50 , PSD CMND , 3 , PSD-Mockup , 2 , Tip , 1 , Tips , 30 , Video , 6 , Việt Nam , 1 ,
ltr
item
Test Template: Bộ code chống chuột trái, chuột phải
Bộ code chống chuột trái, chuột phải
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC4AkpLx4mizAgX9Jn-_th8lkmYVTBQvgZV4hr_AOnouXnraiXke4tkF4yUavS2VbLGFQQfTriNQ0_iSBEZeeevcQLs0XDYKAEvA9PN0MUkGHZGfkrWKWeFrcnDONaevu2EoLpJFTRmGQ/s400/right-click-on-a-mac_thumb800.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC4AkpLx4mizAgX9Jn-_th8lkmYVTBQvgZV4hr_AOnouXnraiXke4tkF4yUavS2VbLGFQQfTriNQ0_iSBEZeeevcQLs0XDYKAEvA9PN0MUkGHZGfkrWKWeFrcnDONaevu2EoLpJFTRmGQ/s72-c/right-click-on-a-mac_thumb800.jpg
Test Template
https://templatehiha.blogspot.com/2016/08/bo-code-chong-chuot-trai-chuot-phai.html
https://templatehiha.blogspot.com/
http://templatehiha.blogspot.com/
http://templatehiha.blogspot.com/2016/08/bo-code-chong-chuot-trai-chuot-phai.html
true
811950139103614953
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 CONTENT IS PREMIUM Please share to unlock 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