去死吧,去死吧!

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.
  1. $(function() {
  2. function diedesk() {
  3.  
  4. if ($('.clickdesk-ultra').length > 0) {
  5. $('.clickdesk-ultra').remove();
  6. window.clearInterval(intervalID);
  7. }
  8.  
  9. }
  10.  
  11. var intervalID = window.setInterval(diedesk, 100);
  12. }
  13. });

以上是关于去死吧,去死吧!的主要内容,如果未能解决你的问题,请参考以下文章

Lync 项目经验-48-去死吧,天天让人烦垃圾邮件

CCPC_1003

SQL 编码规范

学术篇分析矿洞 杜教筛

数字300代表啥意思啊!

Java替代C语言的可能性