Skip to content

Commit fc3e474

Browse files
committed
Update pvcep_rules.js
1 parent 339f53e commit fc3e474

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Picviewer CE+/pvcep_rules.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,5 +1995,13 @@ var siteInfo = [
19951995
return /\.(?:jpe?|pn)g/.test(link) ? link : '';
19961996
}
19971997
}
1998+
},
1999+
{
2000+
name: "streamain",
2001+
url: "^https://(www\\.)?img(?:inn|sed)\\.com/",
2002+
xhr: {
2003+
url: "/^https://(www\\.)?img(?:inn|sed)\\.com/p/[\\w-]/",
2004+
query: '.swiper-slide,.downloads a'
2005+
}
19982006
}
19992007
];

0 commit comments

Comments
 (0)