aboutsummaryrefslogtreecommitdiffstats
path: root/pixiv.js
diff options
context:
space:
mode:
authormitsugu oyama2011-09-15 14:47:29 +0900
committermitsugu oyama2011-09-15 14:50:55 +0900
commit542a870aae92cd3d6024180b153bcf200089a0a7 (patch)
treee634df3ae4b1b9f45bccec35f366bfd255395185 /pixiv.js
parent6c784a97a71c7f2829a259aa37dddf5e741c190e (diff)
downloadvimperator-plugins-542a870aae92cd3d6024180b153bcf200089a0a7.tar.bz2
to reloadable
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
);