Hôm nay mình mới nghịch có một đoạn code copy bên nước ngoài, chia sẻ cho AE. Chống copy nội dung của website khi bôi đen.
Các bạn bôi đen, copy mà nó vẫn không copy được nội dung và sẽ hiện đoạn text ngắn ” Nội dung thuộc về ShareTot.Com “
<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js"></script> <script> jQuery(document).ready(function($){ $(".menu-anchor").stick_in_parent({ offset_top: 100, parent: 'body' }); $('.sidebar-adv-toggle').click(function(e){ e.preventDefault(); if($('.sidebar-adv').hasClass('closed')){ $('.sidebar-adv').removeClass('closed'); $(this).find('.text').html('Tắt quảng cáo'); $(this).find('.close').html('[X]'); }else{ $('.sidebar-adv').addClass('closed'); $(this).find('.text').html('Quảng cáo'); $(this).find('.close').html('^'); } }); document.addEventListener('copy', function(e){ e.clipboardData.setData('text/plain', 'Nội dung thuộc về ShareTot.Com'); e.preventDefault(); }); }); </script>
Tagged with: code bản quyền nội dung, code chống bản quyền cho web
Code fake php 100 điểm Google Page Speed Insights cho Nodejs if (req.get('User-Agent').includes('Lighthouse')) { return...
Dưới đây là code để bạn gắn vào website, có thể gắn vào Wordpress hoặc các mã nguồn khác nếu bạn thấy phù hợp....
convert the string to lowercase, calculate the string length, get the first letter of the string, convert the first letter to uppercase, get the...
Để dễ hơn trong việc gắn thêm nút mở popup thêm ảnh vào hay upload ảnh avatar trực tiếp trên thư viện wordpress như...
Gắn code nút hotline, nút gọi có cả icon cho website. Tham khảo thêm một hotline khác : Gắn hỗ trợ Hotline Zalo Fanpage...
Gắn code nút hotline, nút gọi có cả icon cho wordpress flatsome. Tham khảo thêm một hotline khác : Gắn hỗ trợ Hotline Zalo...
Bình luận bài viết
Đăng nhập để bình luận và xem các bình luận khác.