Advertisement

Responsive Advertisement

Tutorial Blog Tidak Bisa Dicopas

Tutorial 

  1. Login ke akun blogspot.com
  2. Klik Tema , Pilih Edit HTML
  3. Cari dengan Ctrl + F tab </body>
  4. Tempelkan script berikut sebelum tag </body>
<script>
      //<![CDATA[ 
         $(document).ready(function() {
        //Disable cut copy paste
        $('body').bind('cut copy paste', function(e) {
            e.preventDefault();
        });
        //Disable mouse right click
        $("body").on("contextmenu", function(e) {
            return false;
        });
    });
//]]> {codeBox}

Posting Komentar

0 Komentar