Tutorial: Disable open page source

Assalamualaikum.
This tutorial was for template designer user.

Disable open page source sesuai untuk digunakan pada blog yang tiada tutorial sebab ia akan disable penggunaan keyboard sepenuhnya.Means no CTRL+C/CTRL+U.

So follow this step:

1. Go to dashboard > Template > Edit html
2. Click anywhere in your html code box.
3. Use CTRL+F and search:
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
4. Delete the codes and replace it with:

<body oncontextmenu='return false;' onkeydown='return false;'>

5. Save.

Bye.

No comments:

Post a Comment

Thank you for your comment.