File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161// @include http*://uraban.me/*
6262// @include http*://www.uraban.me/*
6363// @include http*://acgmoon.*
64- // @include http*://www.moe-acg.cc /*
64+ // @include http*://www.moe-acg.* /*
6565// @include http*://www.mygalgame.com/*
6666// @include http*://htai.*
6767// @include http*://gmgard.com/*
239239 } ,
240240 {
241241 name :"萌幻之乡" ,
242- url :"https://www.moe-acg.cc /" ,
242+ url :"https://www.moe-acg.us /" ,
243243 regex :/ m o e - a c g \. / ,
244244 offset :55 ,
245245 hideOd :true ,
246- downloadUrl :/ m o e - a c g \. c c \/ d o w n l o a d / ,
246+ downloadUrl :/ m o e - a c g \. . * \/ d o w n l o a d / ,
247247 articleSel :"section.card"
248248 } ,
249249 {
257257 name :"紳士の庭" ,
258258 url :"https://gmgard.com/" ,
259259 regex :/ g m g a r d \. c o m / ,
260- articleSel :"div.post"
260+ articleSel :"div.post" ,
261+ noScale :true
261262 } ,
262263 {
263264 name :"MyGalgame - 忧郁的弟弟" ,
12831284
12841285 function scrollArticle ( a ) {
12851286 curArticle = a ;
1286- curArticle . classList . add ( "oD_sel" ) ;
1287+ if ( ! curSite . noScale ) curArticle . classList . add ( "oD_sel" ) ;
12871288 let pos = elementPosition ( curArticle ) . y ;
12881289 if ( curSite && curSite . offset ) pos -= curSite . offset ;
12891290 scrollToControl ( pos ) ;
You can’t perform that action at this time.
0 commit comments