✿Tuto99_InspiritMode✿
Annyeonghaseyo

Hello ! Welcome to My Tutorial Blog. Don't forget to follow and leave footprints at my tagboard :)


Entries About

Tutorials Freebies Request

IMMA KPOPER
KIM JAEJOONG
KIM MYUNGSOO
JUNG DAEHYUN
BYUN BAEKHYUN
KIM SUNGGYU
LEE HOWON
LEE SUNG JONG
PENIEL
CHOI MINHO
PARK CHANYEOL
YOO YOUNGJAE
CHOI JUNHONG
PARK CHANYEOL
Tagboard

No Harsh words allowed here.
Request here :)
Click the submit button once only


My Lovely Followers

Credits

Credits to: Whoever involved


Disable Right Click

Hi. Today, I'm going to show you how to disable right click. This helps you to prevent copycat issue. Follow my steps :)

1. Dashboard > Template > Edit Template HTML
2. Press CTRL+f and search for this code: <head>

<script language=JavaScript><!--//Disable right mouse click Script//By Dynamicdrive (renigade@nsimail.com)//For full source code, visit http://www.dynamicdrive.comvar message="";///////////////////////////////////function clickIE4(){if (event.button==2){return false;}}function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){return false;}}}if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}document.oncontextmenu=new Function("return false")// --></script>
3. Copy the codes above and paste it below code <head>
4. Preview, then Save.

Bye !

0 comment(s)