// Disable Right-Click // Block Common DevTools Shortcuts e.keyCode == 123 || // F12 (e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)) || // Ctrl+Shift+I (e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)) || // Ctrl+Shift+J (e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)) // Ctrl+U // Detect DevTools via Window Size Change // setInterval(function() { // if (window.outerWidth - window.innerWidth > 100 || window.outerHeight - window.innerHeight > 100) { // document.body.innerHTML = "

Dev Tools are disabled on this site.

"; // } // }, 1000);

Kalapagai

Showing 1 of 1 data