Sometime when skype® Plugin installed in browser , you can notice how It screwed with the nice placement, color, and typography of the number in the design and made it disgusting.
It adds-up chunk of html code with style sheet .
Now JQuery Plays trick using html() function
Here is block of code to fix the mess
setTimeout(function () { $('.skype_pnh_container').html(''); $('.skype_pnh_print_container').removeClass('skype_pnh_print_container'); }, 1000);
I did setTimeout() as .. skype plugin require some time to mess the html so better to be safe I did use wait time of 1000 ms.
Happy coding !
Nice Article sir.
Thanks !
What in the case when not developing surfing up the sites.
That is, what to do when opening any current website.
Is it possible to stop it to load the Skype plugin ?
You can just disable or uninstall it.
Will this not keep calling function every one second and break the page eventually ?
It will get called only once after 1sec !
Appreciating the time and energy you put into your site and in depth information you offer.
It’s nice to come across a blog every once in a while that isn’t the same outdated rehashed material.
Excellent read! I’ve bookmarked your site and I’m adding your RSS feeds to my Google account.