Posts

Showing posts from September, 2025

Demo Chặn Thao Tác

<!-- chan thao tac hung.pro.vn --> <style> #custom-notification { display: none; position: fixed; top: 20px; right: 20px; background-color: #f44336; color: white; padding: 15px; border-radius: 5px; z-index: 1000; font-family: Arial, sans-serif; font-size: 14px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); animation: slide-in 0.3s ease, slide-out 0.3s ease 2.7s forwards; } @keyframes slide-in { from { opacity: 0; transform: translateX(100%); } to { opacity: 1; transform: translateX(0); } } @keyframes slide-out { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(100%); } } </style> <div id='custom-notification' style='display:none; position:fixed; top:20px; right:20px; background-color:#f44336;...

[Blogger] Demo Khung Chứa Code

Bên dưới là demo khung chứa code có nút copy và download cho mọi người kiểm tra. Demo Khung Chưa Code Javascript. <script>/*<![CDATA[*/ 0<document.querySelectorAll('div.pre.nb').length&&(() => { let preD = document.querySelectorAll('div.pre.nb'); function saveDoc(x, d, n) { if (n = typeof n == 'string' ? n : 'text/plain', d = typeof d == 'string' ? d : 'File_' + (new Date).getTime() + '.txt', x) { n = new Blob([x], { type: n }); if (navigator.msSaveBlob) return navigator.msSaveBlob(n, d); { let x = window.URL.createObjectURL(n), c = document.createElement("a"); c.classList.add('hidden'), c.href = x, c.download = d, document.body.appendChild(c), c.click(), c.remove(), window.URL.revokeObjectURL(x) } } } for (let r = 0; r < preD.length; r++) { let b = preD[r]; b.classList.add(...

[Blogger] Demo Để Lại Nhận Xét Để Xem Nội Dung Ẩn

DEMO POPUP VIDEO YOUTUBE VIDEO DEMO X Mọi Người Để Lại Nhận Xét Để Xem Được Nội Dung Ẩn. CẢM ƠN BẠN ĐÃ BÌNH LUẬN LINK THỦ THUẬT: https://www.hung.pro.vn/2025/09/hien-thi-noi-dung-chi-khi-de-lai-binh-luan-tren-blogger.html