Skip to content

Commit 8b7de0d

Browse files
committed
fix hacg
1 parent 4d59fc4 commit 8b7de0d

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
// @icon https://www.llss.fun/favicon.ico
1313
// @include http*://www.hacg.*/wordpress/*
1414
// @include http*://hacg.*/wordpress/*
15-
// @include http*://www.hacg.*/wp/*
16-
// @include http*://hacg.*/wp/*
1715
// @include http*://loli.cool/*
1816
// @include http*://www.nicemoe.*
1917
// @include http*://www.hacg.lol/*
@@ -31,8 +29,12 @@
3129
// @include http*://hacg.tw/*
3230
// @include http*://hacg.at/*
3331
// @include http*://hacg.ch/*
34-
// @include http*://llss.*
35-
// @include http*://www.llss.*
32+
// @include http*://llss.*/wp/*
33+
// @include http*://*.llss.*/wp/*
34+
// @include http*://liuli.*/wp/*
35+
// @include http*://*.liuli.*/wp/*
36+
// @include http*://hacg.*/wp/*
37+
// @include http*://*.hacg.*/wp/*
3638
// @include http*://www.acgpy.*
3739
// @include http*://blog.reimu.net/*
3840
// @include http*://pan.baidu.com/share/*
@@ -93,7 +95,7 @@
9395
// @include http*://greasyfork.org/*/scripts/*
9496
// @include http*://sleazyfork.org/*/forum/*discussion*
9597
// @include http*://greasyfork.org/*/forum/*discussion*
96-
// @version 3.22.52
98+
// @version 3.22.53
9799
// @grant GM_notification
98100
// @grant GM_xmlhttpRequest
99101
// @grant GM_setClipboard
@@ -139,8 +141,8 @@
139141
sites:[
140142
{
141143
name:"琉璃神社",
142-
url:"https://www.llss.pw/wp/",
143-
regex:/hacg\.|llss\./,
144+
url:"https://www.liuli.pw/wp/",
145+
regex:/hacg\.|llss\.|liuli\./,
144146
run:function(){
145147
var feiZao,feiZaos=document.querySelectorAll("p1"),i;
146148
for(i=0;i<feiZaos.length;i++){

0 commit comments

Comments
 (0)