aboutsummaryrefslogtreecommitdiffstats
path: root/pixiv.js
diff options
context:
space:
mode:
Diffstat (limited to 'pixiv.js')
-rw-r--r--pixiv.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/pixiv.js b/pixiv.js
index 85ff5d0..5d88e47 100644
--- a/pixiv.js
+++ b/pixiv.js
@@ -299,5 +299,7 @@ commands.addUserCommand(
xhrImgInfo.setRequestHeader('Referer',contents.URL);
xhrImgInfo.setRequestHeader('Cookie',cookie);
xhrImgInfo.send(null);
- }
+ },
+ {},
+ true
);