It's me

Saturday, September 28, 2013

How to Disable Right click


Thank's for being my Friend!
This a tutorial to disable right click on your blog,
especially for Plagiats or Copycats haters (´∇ノ`*)ノ
Altough anyone still can Copy your post with Ctrl+C, but they can't save any picture from your blog.
I used it long time ago, but not anymore~
Because i can't open a link in other tab because it  ╥﹏╥ haha

Just copy and paste this as HTML javascripst ( add gadget ) and it's done:

<script language=javascript>
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
</script>
or in indonesia (tata letak -> tambahkan gadget -> HTML javascript) kayak nambahin widget.
hopefully can be useful for you~
Thank you! (`・ω・´)”

No comments:

Post a Comment