aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pixiv.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/pixiv.js b/pixiv.js
index 5185535..3a458dc 100644
--- a/pixiv.js
+++ b/pixiv.js
@@ -262,5 +262,7 @@ commands.addUserCommand(
xhrImgInfo.setRequestHeader('Cookie',cookie);
xhrImgInfo.send(null);
- }
+ },
+ {},
+ true
);