From 542a870aae92cd3d6024180b153bcf200089a0a7 Mon Sep 17 00:00:00 2001 From: mitsugu oyama Date: Thu, 15 Sep 2011 14:47:29 +0900 Subject: to reloadable --- pixiv.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pixiv.js') 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 ); -- cgit v1.2.3