سلام جهت عدم نمایش اون میشه از کد زیر استفاده کرد / چون با اینکه نمایش داده نمیشه و تو سورس هست ولی تو بعضی از سایت ها دیدم سایت رو اسکرول افقی میکنه
کد:var clearDamnSpan = setInterval(function () { $('body > span').each(function () { if ($(this).text() === 'BESbewy') { //if you remove the element, You might see errors in Google Chrome $(this).hide(); clearInterval(clearDamnSpan); } }); }, 500); setTimeout(function () { clearInterval(clearDamnSpan); }, 50000);