去死吧,去死吧!
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了去死吧,去死吧!相关的知识,希望对你有一定的参考价值。
ClickDesk's website chat javascript API is very basic, it only allows for a few customisations, but no event control. And with a last of whitelist/blacklist URL restriction functionality on a large site their code is often in the template. I created the attached code to "hide" ClickDesk on a single URL.
$(function() { function diedesk() { if ($('.clickdesk-ultra').length > 0) { $('.clickdesk-ultra').remove(); window.clearInterval(intervalID); } } var intervalID = window.setInterval(diedesk, 100); } });
以上是关于去死吧,去死吧!的主要内容,如果未能解决你的问题,请参考以下文章