Nicholas
Just another user:)
- Mar 18, 2015
- 58
- 9
This is probably the best way of going about this.
Add these in your head tag (<head></head>)
First disable F12 element
Then disable inspect element on right click
so I wanna help make retros secure. If you have any problems contact my Skype at nenglish0820
I have an example on a retro called Vox Hotel,
Add these in your head tag (<head></head>)
First disable F12 element
HTML:
<script>
$(document).keydown(function(e){
if(e.which === 123){
return false;
}
});
</script>
HTML:
<script>
$(document).bind("contextmenu",function(e) {
e.preventDefault();
});
</script>
I have an example on a retro called Vox Hotel,
You must be registered for see links
on the login page