We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339f53e commit fc3e474Copy full SHA for fc3e474
1 file changed
Picviewer CE+/pvcep_rules.js
@@ -1995,5 +1995,13 @@ var siteInfo = [
1995
return /\.(?:jpe?|pn)g/.test(link) ? link : '';
1996
}
1997
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
+ }
2006
2007
];
0 commit comments