Thủ Thuật Tự Động Chuyển Hướng Khi Bấm Ctrl + U Hoặc F12 Cho Blogspot

Chào các bạn, bài viết này mình sẽ chia sẻ đến các bạn đoạn script giúp bảo vệ code, bản quyền của template blog của bạn. Nói đơn giản là khi người khác muốn kiểm tra phần tử hay xem nguồn trang thì blog sẽ tự động chuyển hướng về trang khác, không cho người đó xem nguồn trang.
Nên áp dụng thêm thủ thuật chống bấm chuột phải nữa để bảo vệ template chặt chẽ hơn.


Bước 1: Đăng nhập Blogger › Mãu › Chỉnh sửa HTML.
Bước 2: Chèn đoạn Script dưới đây vào trước thẻ </head> hoặc thẻ <body> trong template.

<script type='text/javascript'>
//<![CDATA[
shortcut={all_shortcuts:{},add:function(a,b,c){var d={type:"keydown",propagate:!1,disable_in_input:!1,target:document,keycode:!1};if(c)for(var e in d)"undefined"==typeof c[e]&&(c[e]=d[e]);else c=d;d=c.target,"string"==typeof c.target&&(d=document.getElementById(c.target)),a=a.toLowerCase(),e=function(d){d=d||window.event;if(c.disable_in_input){var e;d.target?e=d.target:d.srcElement&&(e=d.srcElement),3==e.nodeType&&(e=e.parentNode);if("INPUT"==e.tagName||"TEXTAREA"==e.tagName)return}d.keyCode?code=d.keyCode:d.which&&(code=d.which),e=String.fromCharCode(code).toLowerCase(),188==code&&(e=","),190==code&&(e=".");var f=a.split("+"),g=0,h={"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":":","'":'"',",":"<",".":">","/":"?","\\":"|"},i={esc:27,escape:27,tab:9,space:32,"return":13,enter:13,backspace:8,scrolllock:145,scroll_lock:145,scroll:145,capslock:20,caps_lock:20,caps:20,numlock:144,num_lock:144,num:144,pause:19,"break":19,insert:45,home:36,"delete":46,end:35,pageup:33,page_up:33,pu:33,pagedown:34,page_down:34,pd:34,left:37,up:38,right:39,down:40,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123},j=!1,l=!1,m=!1,n=!1,o=!1,p=!1,q=!1,r=!1;d.ctrlKey&&(n=!0),d.shiftKey&&(l=!0),d.altKey&&(p=!0),d.metaKey&&(r=!0);for(var s=0;k=f[s],s<f.length;s++)"ctrl"==k||"control"==k?(g++,m=!0):"shift"==k?(g++,j=!0):"alt"==k?(g++,o=!0):"meta"==k?(g++,q=!0):1<k.length?i[k]==code&&g++:c.keycode?c.keycode==code&&g++:e==k?g++:h[e]&&d.shiftKey&&(e=h[e],e==k&&g++);if(g==f.length&&n==m&&l==j&&p==o&&r==q&&(b(d),!c.propagate))return d.cancelBubble=!0,d.returnValue=!1,d.stopPropagation&&(d.stopPropagation(),d.preventDefault()),!1},this.all_shortcuts[a]={callback:e,target:d,event:c.type},d.addEventListener?d.addEventListener(c.type,e,!1):d.attachEvent?d.attachEvent("on"+c.type,e):d["on"+c.type]=e},remove:function(a){var a=a.toLowerCase(),b=this.all_shortcuts[a];delete this.all_shortcuts[a];if(b){var a=b.event,c=b.target,b=b.callback;c.detachEvent?c.detachEvent("on"+a,b):c.removeEventListener?c.removeEventListener(a,b,!1):c["on"+a]=!1}}},shortcut.add("Ctrl+U",function(){top.location.href="http://www.thaitinh-it.tk/p/ban-quyen-cua-thai-tinh-blog.html"}),shortcut.add("F12",function(){top.location.href="http://www.thaitinh-it.tk/p/ban-quyen-cua-thai-tinh-blog.html"}),shortcut.add("Ctrl+Shift+I",function(){top.location.href="http://www.thaitinh-it.tk/p/ban-quyen-cua-thai-tinh-blog.html"}),shortcut.add("Ctrl+S",function(){top.location.href="http://www.thaitinh-it.tk/p/ban-quyen-cua-thai-tinh-blog.html"}),shortcut.add("Ctrl+Shift+C",function(){top.location.href="http://www.thaitinh-it.tk/p/ban-quyen-cua-thai-tinh-blog.html"});
//]]>
</script>
Bước 3: Lưu Template.
Thay link màu đỏ trên thành trang bạn muốn chuyển hướng nhé. Giờ thì thử bấm F12 hay Ctrl + U xem nào!!
Vậy là xong, khi người dùng có ý định copy hay gì gì đó thì sẽ bị chuyển hướng về trang khác ngay. Chúc các bạn thành công!
TAG: thu thuat blogspot, thu thuat blogger, thu thuat cho blog cua ban, thu thuat, coioffical.net, hoc thu thuat blog
Tác giả: Trần Thanh Bình

Tôi lang thang trên đường đời, bỏ qua những thứ quan trọng nhất. Để rồi khi ngoảnh lại, chỉ còn Tôi - Các Bạn và Blog!

  • Không sử dụng từ khóa trong tên.
  • Không sử dụng từ ngữ phảm cảm.
  • Không dẫn link tới các trang có nội dung không lành mạnh.
  • Không bình luận về chính trị.
  • Mọi bình luận sẽ bị xóa nếu vi phạm mà không báo trước.
  • 16 nhận xét:

    1. sao em làm không được a nhỉ ?
      giúp em với được không

      Trả lờiXóa
      Trả lời
      1. bạn vui lòng để lại gmail. mình sẽ teamview giúp bạn sửa

        Xóa
    2. Cảm ơn tác giả nhé :3 bửa giờ đi tìm cái này

      Trả lờiXóa
    3. em muốn seo blog lên top google phải làm thế nào ad ? giúp em với
      lh qua gmail này nhé a: luyenquycc@gmail.com

      Trả lờiXóa
      Trả lời
      1. mình đã rep gmail. bạn vui lòng check gmail giùm mình nhé

        Xóa
    4. Anh share nhiều psd ảnh bìa nữa đi a ơi
      e thấy blog mình ít quá @@

      Trả lờiXóa
      Trả lời
      1. cảm ơn bạn đã góp ý. mình sẽ cố gắng đăng nhiều hơn

        Xóa

    Nhận bài viết mới