|
14 | 14 | // @include http*://hacg.*/wordpress/* |
15 | 15 | // @include http*://www.hacg.*/wp/* |
16 | 16 | // @include http*://hacg.*/wp/* |
| 17 | +// @include http*://hacg.riwee.com/* |
| 18 | +// @include http*://hacg.me/* |
| 19 | +// @include http*://hacg.in/* |
| 20 | +// @include http*://hacg.be/* |
| 21 | +// @include http*://hacg.lol/* |
| 22 | +// @include http*://hacg.club/* |
| 23 | +// @include http*://hacg.li/* |
| 24 | +// @include http*://hacg.fi/* |
| 25 | +// @include http*://hacg.red/* |
| 26 | +// @include http*://hacg.la/* |
17 | 27 | // @include http*://blog.reimu.net/* |
18 | 28 | // @include http*://pan.baidu.com/share/* |
19 | 29 | // @include http*://pan.baidu.com/s/* |
|
51 | 61 | // @include http*://htai.* |
52 | 62 | // @include http*://gmgard.com/* |
53 | 63 | // @include http*://*.gmgard.com/* |
54 | | -// @version 3.20.55 |
| 64 | +// @version 3.20.56 |
55 | 65 | // @grant GM_notification |
56 | 66 | // @grant GM_xmlhttpRequest |
57 | 67 | // @run-at document-end |
|
242 | 252 | offset:55, |
243 | 253 | articleSel:"section.card" |
244 | 254 | }, |
245 | | - { |
| 255 | + /*{ |
246 | 256 | name:"nacg", |
247 | 257 | url:"http://nacg.me/", |
248 | 258 | regex:/nacg\.me/, |
249 | 259 | hideOd:true, |
250 | 260 | offset:65, |
251 | 261 | contentArea:'.content' |
252 | | - }, |
| 262 | + },*/ |
253 | 263 | { |
254 | 264 | name:"acggj", |
255 | 265 | url:"https://www.acggj.com/", |
|
708 | 718 | } |
709 | 719 | } |
710 | 720 | }); |
| 721 | + var mousewheelEvent=navigator.userAgent.toLowerCase().indexOf('firefox')==-1?"mousewheel":"DOMMouseScroll"; |
| 722 | + document.addEventListener(mousewheelEvent,function(e){ |
| 723 | + if(curArticle)curArticle.classList.remove("oD_sel"); |
| 724 | + }); |
711 | 725 |
|
712 | 726 | document.getElementsByTagName("head")[0].appendChild(nod); |
713 | 727 | if((!curSite || !curSite.hideOd) && !frameElement){ |
|
0 commit comments