Skip to content

Commit 7a090ac

Browse files
committed
Update Picviewer CE+.user.js
1 parent 9434e8a commit 7a090ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24188,7 +24188,7 @@ ImgOps | https://imgops.com/#b#`;
2418824188
var iurl, iurls = [], cap, caps, doc = createDoc(html);
2418924189

2419024190
if(typeof q == 'function') {
24191-
iurl = await q(html, doc, url + (post ? `#p{${post}}` : ""), xhr);
24191+
iurl = await q(html, doc, url + (post ? `#p{${post}}` : ""), xhr, GM_fetch);
2419224192
if (iurl) {
2419324193
if(iurl.url) {
2419424194
cap = iurl.cap;

0 commit comments

Comments
 (0)