aboutsummaryrefslogtreecommitdiffstats
path: root/pixiv.js
diff options
context:
space:
mode:
authormitsugu oyama2011-09-21 13:03:34 +0900
committermitsugu oyama2011-09-21 13:03:34 +0900
commit2002a3c2fd8edc4c1fd486d881a7d4b046801b0a (patch)
treecfc0503c6f156395a339ec9d606841131cb0340d /pixiv.js
parent01d28deadfd70c87f5b88bc7b91dda1432e0d4a1 (diff)
downloadvimperator-plugins-2002a3c2fd8edc4c1fd486d881a7d4b046801b0a.tar.bz2
remove debug alert
Diffstat (limited to 'pixiv.js')
-rw-r--r--pixiv.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/pixiv.js b/pixiv.js
index f91e5ea..8ee4db4 100644
--- a/pixiv.js
+++ b/pixiv.js
@@ -293,7 +293,6 @@ commands.addUserCommand(
return false;
};
-alert(baseInfo+id+scroll);
let xhrImgInfo;
xhrImgInfo=Cc["@mozilla.org/xmlextras/xmlhttprequest;1"].createInstance();
xhrImgInfo.QueryInterface(Ci.nsIDOMEventTarget);