Skip to content

Commit ba73b19

Browse files
committed
fix
1 parent dce4ea0 commit ba73b19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

HacgGodTurn.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// @include http*://www.acgzone.org/*
4343
// @include http*://uraban.me/*
4444
// @include http*://www.uraban.me/*
45-
// @version 3.20.06
45+
// @version 3.20.07
4646
// @grant GM_notification
4747
// @grant GM_xmlhttpRequest
4848
// @run-at document-end
@@ -360,11 +360,11 @@
360360
commArea='su-quote-inner';
361361
break;
362362
case "moxacg":
363-
articleSel="section.post";
363+
articleSel="section.card";
364364
if(isHttps)addInsertHandler([["body","a","img","link","script"],[['p:(\\\/\\\/|\\\\\\/\\\\\\/)(www\\\.)?moxacg','ps:$1$2moxacg']]]);
365365
break;
366366
case "lifan":
367-
articleSel="section.post";
367+
articleSel="section.card";
368368
break;
369369
case "acggj":
370370
if(isHttps){

0 commit comments

Comments
 (0)