if (typeof jQuery == "undefined") { var script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"; document.getElementsByTagName("head")[0].appendChild(script); } window.onload = function(e){ jQuery("head").prepend('Subscription Expired'); jQuery("body").append(''); jQuery(".phindia-message-icon").click(function(e) { if(!jQuery(".phindia-home-icons").hasClass("phindia-icons-visible")) { jQuery("#phindia-message-icon").hide(); jQuery("#phindia-cross-icon").show(); jQuery(".phindia-home-icons").addClass("phindia-icons-visible"); jQuery(".phindia-call-icon, .phindia-whatsapp-icon").removeClass("button-slide-out"); jQuery(".phindia-call-icon, .phindia-whatsapp-icon").addClass("button-slide"); } else { jQuery("#phindia-message-icon").show(); jQuery("#phindia-cross-icon").hide(); jQuery(".phindia-home-icons").removeClass("phindia-icons-visible"); jQuery(".phindia-call-icon, .phindia-whatsapp-icon").removeClass("button-slide"); jQuery(".phindia-call-icon, .phindia-whatsapp-icon").addClass("button-slide-out"); } }); window.showhideplugin = function() { if(document.getElementById("ph-plugin-updates").style.display=="none") document.getElementById("ph-plugin-updates").style.display="block"; else document.getElementById("ph-plugin-updates").style.display="none"; if(document.getElementById("ssp-plugin-updates").style.display=="none") document.getElementById("ssp-plugin-updates").style.display="block"; else document.getElementById("ssp-plugin-updates").style.display="none"; }; window.callconnectweb = function() { return true; }; }