From 9878edb97b620a7f2e9afc9760d70bc04c8a0e66 Mon Sep 17 00:00:00 2001 From: Misterzym Date: Thu, 21 Mar 2019 10:47:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D1=8B=D0=B2=D0=B0=D0=B5=D1=82=20=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=B6=D0=B5=20=D0=BB=D0=B8=D1=87=D0=BD=D1=83=D1=8E=20=D0=B1?= =?UTF-8?q?=D0=B5=D1=81=D0=B5=D0=B4=D1=83=20=D1=81=20=D0=A7=D0=A1=20=D0=BB?= =?UTF-8?q?=D1=8E=D0=B4=D1=8C=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index b49bca8..47863d5 100644 --- a/script.js +++ b/script.js @@ -28,6 +28,7 @@ var peaple = JSON.stringify({ for (var prop in blackList) { $("._im_peer_history.im-page-chat-contain").find("div[data-peer='" + prop + "']").remove(); $(".im-mess-stack--lnk[href='" + blackList[prop].url + "']").closest(".im-mess-stack").remove(); + $(".nim-dialog._im_dialog[data-list-id='" + prop + "']").remove(); } $(".im-mess-stack").unbind().on('mouseenter', function() {