From 9fd69cf221f7f2b4e829ca2e9a6321e13bca0241 Mon Sep 17 00:00:00 2001 From: Tanek Date: Mon, 30 Jan 2017 20:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=85=E5=A3=AB=E4=BA=8C?= =?UTF-8?q?=E6=AC=A1=E5=85=83=E5=A4=B1=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由原来的.entry-content 改成了 .entry --- HacgGodTurn/HacgGodTurn.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HacgGodTurn/HacgGodTurn.user.js b/HacgGodTurn/HacgGodTurn.user.js index 7abf7e7bed6..f4753e5af26 100644 --- a/HacgGodTurn/HacgGodTurn.user.js +++ b/HacgGodTurn/HacgGodTurn.user.js @@ -442,7 +442,7 @@ }else if(curSite){ switch(curSite.name){ case "绅士二次元": - var content=document.querySelector('.entry-content'); + var content=document.querySelector('.entry'); if(content){ var plist = content.querySelectorAll("p"); var key = ""; @@ -1422,4 +1422,4 @@ }); GM_notification(notificationDetails); } -})(); \ No newline at end of file +})();