Home » » Script Anti Copas dan Anti Klik Kanan Plus Redirect

Script Anti Copas dan Anti Klik Kanan Plus Redirect

Scrip Anti Copas (simpan dibawah diatas </body>:
<script type="text/javascript">
if (typeof document.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</script >


Script Anti Ctr U dan Klik Kanan

<script type='text/javascript'> //<![CDATA[ //Script Redirect CTRL + U //https://NAMABLOG.blogspot.com/ ganti dengan url blog kalian function redirectCU(e) { if (e.ctrlKey && e.which == 85) { window.location.replace("https://NAMABLOG.blogspot.com/"); return false; } } document.onkeydown = redirectCU; //Script Redirect Klik Kanan function redirectKK(e) { if (e.which == 3) { window.location.replace("https://mastamvan.blogspot.com/"); return false; } } document.oncontextmenu = redirectKK; //]]> </script>

0 comments:

Post a Comment

Test Feed Box

Adblock Detected

Like this blog? Keep us running by whitelisting this blog in your ad blocker

This is how to whitelisting this blog in your ad blocker

Thank you

×