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 +})();