From 8a3cb15a7c606df3aa1aaea0d7f605c120c97c10 Mon Sep 17 00:00:00 2001 From: xing Date: Sun, 29 Mar 2020 18:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tieba page.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tieba page.js b/tieba page.js index b620390..ecd1d77 100644 --- a/tieba page.js +++ b/tieba page.js @@ -463,10 +463,7 @@ let list = document.querySelector('ul#pblist'); let MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver; let observer = new MutationObserver((mutations) => { - if (mutations.length > 0) { - console.log(mutations) - t(); - } + t(); }); observer.observe(list, {