|
42 | 42 | // @include http*://www.acgzone.org/* |
43 | 43 | // @include http*://uraban.me/* |
44 | 44 | // @include http*://www.uraban.me/* |
45 | | -// @version 3.19.99 |
| 45 | +// @version 3.20.01 |
46 | 46 | // @grant GM_notification |
47 | 47 | // @grant GM_xmlhttpRequest |
48 | 48 | // @run-at document-end |
|
175 | 175 | name:"acgnz", |
176 | 176 | url:"http://www.acgnz.cc/", |
177 | 177 | regex:/acgnz\.cc/, |
178 | | - hideOd:true |
| 178 | + hideOd:true, |
| 179 | + offset:55 |
179 | 180 | }, |
180 | 181 | { |
181 | 182 | name:"oomoe", |
|
287 | 288 | }); |
288 | 289 | createBlockBtn(); |
289 | 290 | }else if(config.sites.findSite("acg12").regex.test(location.href)){ |
290 | | - articleSel="section.post"; |
| 291 | + articleSel="section.card"; |
291 | 292 | if(isHttps) |
292 | 293 | addInsertHandler([["a","img","link","script"],[['p:(\/\/|\\\\\\/\\\\\\/)(www\.|static\.)?acg12','ps:$1$2acg12']]]); |
293 | 294 | if(config.sites.findSite("acg12").downloadUrl.test(location.href)){ |
|
359 | 360 | baseUrl.href=baseUrl.href.replace(/http:/,"https:"); |
360 | 361 | } |
361 | 362 | }else if(config.sites.findSite("acgnz").regex.test(location.href)){ |
| 363 | + articleSel="section.card"; |
362 | 364 | if(isHttps) |
363 | 365 | addInsertHandler([["a","img","link","script"],[['p:(\/\/|\\\\\\/\\\\\\/)(www\.)?acgnz','ps:$1$2acgnz']]]); |
364 | 366 | }else if(config.sites.findSite("nacg").regex.test(location.href)){ |
|
430 | 432 | }else if(config.sites.findSite("galacg").regex.test(location.href)){ |
431 | 433 | articleSel="div.article"; |
432 | 434 | }else if(config.sites.findSite("acg15").regex.test(location.href)){ |
433 | | - articleSel="section.post"; |
| 435 | + articleSel="section.card"; |
434 | 436 | } |
435 | 437 |
|
436 | 438 | document.addEventListener("keydown", function(e) { |
|
0 commit comments