From 203edff514dbe96d31d35775820fe7ec2433d27c Mon Sep 17 00:00:00 2001 From: Jagua Date: Sun, 30 Jun 2013 10:56:17 +0900 Subject: fix: modify a conditional statement in appendTweet function. --- twittperator/twsidebar.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twittperator/twsidebar.tw b/twittperator/twsidebar.tw index f31fed4..0ad228a 100644 --- a/twittperator/twsidebar.tw +++ b/twittperator/twsidebar.tw @@ -175,7 +175,7 @@ liberator.modules.TWAnekoSB = ANekoSB = (function () { if (modified) { if (modified instanceof Array) { [t, tab, streamName] = modified; - } if (modified === 'reject') { + } else if (modified === 'reject') { return; } else { t = modified; -- cgit v1.2.3 From 7ef8f640b971a2a687f4ddda193237bb4721a755 Mon Sep 17 00:00:00 2001 From: mitsugu oyama Date: Wed, 3 Jul 2013 14:08:38 +0900 Subject: fix change structure of contents --- pixiv.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pixiv.js b/pixiv.js index 2d670f3..07ec62c 100644 --- a/pixiv.js +++ b/pixiv.js @@ -262,13 +262,16 @@ commands.addUserCommand( let saveMangaFiles=function(){ let htmldoc=getDOMHtmlDocument(xhrImgInfo.responseText); if(htmldoc){ - let max=htmldoc.getElementsByClassName('image-container').length; + let max=htmldoc.getElementsByClassName('image ui-scroll-view').length; for(var i=0;i