diff options
-rw-r--r-- | pixiv.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -299,5 +299,7 @@ commands.addUserCommand( xhrImgInfo.setRequestHeader('Referer',contents.URL); xhrImgInfo.setRequestHeader('Cookie',cookie); xhrImgInfo.send(null); - } + }, + {}, + true ); |