Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="blogger-post-footer"><script language="JavaScript">
- function click() {
- if (event.button==2||event.button==3) {
- oncontextmenu='return false'; alert ('Contenido protegido');
- }
- }
- function keypresed() {
- alert(' Contenido protegido ');
- }
- document.onkeydown=keypresed;
- document.onmousedown=click
- document.oncontextmenu = new Function("return false;")
- </script></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement