$(function(){ window.isMobile = /Mobile|webOS|BlackBerry|IEMobile|MeeGo|mini|Fennec|Windows Phone|Android|iP(ad|od|hone)/i.test(navigator.userAgent); var nint = setInterval(function() { if($('#whatsapp_button').length == 0) { if($(".user-phone-widget").length) { var phone = $('.user-phone span[data-reactid=".0.1.1.0.0.1.4.2"]').text().replace(/\D+/g,''); if(phone[0] == 3 && phone.length == 10) phone = "39"+phone; if(phone[0] == 9 && phone.length == 10) phone = "7"+phone; if(phone[0] == 8 && phone.length == 11) phone = "7"+phone.slice(1); phone = "+"+phone; $(".user-phone-widget").after(` `); } } },50); });