I apologize for my English. I use a translator Google. I have a question: how to fully disable (remove) all share-scripts? The fact is that when I come to your site from your IP-address (Russia) – the page is loaded for a long time, and until the end and will not boot. This interferes with the work of other scripts (eg Adsense).
In the custom styles, I added:
.share.sharer-0 {
display: none! important;
}
Also refused Header Social Icon. But still does not help. Something and can not boot to the end.
I would also like to disable pop-up form “Share” (Twitter and Email) when you select text. How can I do that?
PS: when I go to the site via the VPN, all these problems are observed. I understand that the problem is probably on my side, but as a temporary solution would be desirable to completely remove unwanted scripts now.
Adding the custom css worked for me to remove the share button, however can you tell me what code I need to remove to prevent the call to “sharebutton.co” altogether. I am optimizing for performance, and I don’t want that extra DNS lookup and http requests for something that is hidden. Thanks.