disable ctrl + u on your blog
Ctrl + U allows Tumblr users to go into your source code even if you disabled right click.
Follow the easy two steps below.
1. Make sure you have already disabled right click.
2. Search for <body> in your code delete <body> and replace it withĀ <body onkeydown="return false">Ā
Don't delete codes under <body> though.
Hope this tutorial helped you.










