I have a problem of removing skype detecting values as phone numbers and highlighting them if a user has installed a skype plugin.
There are several other questions with this but none of the provided answers work (anymore?): How to remove skype detecting number?
How can i disable Skype icon from my page?
The meta tag solution of adding this is not working:
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
Also solutions where you insert a HTML comment, an empty or hidden span is not working:
11-<span style="display:none;">_</span>3233
11-<span style=""></span>3233
11-<!-- -->3233
I am coding for and have tested primarily in Edge and IE11.
So besides the unrealistic solution of getting all users to disable og uninstall the Skype plugin, has anybody found a solution for this issue?