$(document).ready(function(){
$(this).on("contextmenu", e => e.preventDefault());
$('body').delay(500).fadeTo(500, 1);
});