aboutsummaryrefslogtreecommitdiffstats
path: root/pixiv.js
AgeCommit message (Collapse)Author
2015-01-29bug fixmitsugu oyama
Sometime, cannot save single image. When image contents is old type.
2014-12-16bug fixmitsugu oyama
単一画像ページのコンテンツの画像 URL を元にクローリングしていたのを class 名が original-image のイメージ要素の属性 data-src から URL よ り、オリジナル画像 URL を取得し、画像をダウンロードするように変更。
2014-12-16bug fixmitsugu oyama
画像コンテンツのページの小さな画像をダウンロードしてしまっていた バグを修正し、オリジナルサイズの画像をダウンロードするように修正 した。
2014-12-16pixiv のページ構造の変更に追従mitsugu oyama
1 ページ物のページの DOM 構造に変化があったため、再度修正をした。
2014-12-12pixiv のコンテンツ構造の変化に追従mitsugu oyama
1 枚画像のページにて JavaScript で画像を表示するようになっているのに 追従。
2013-07-03fix change structure of contentsmitsugu oyama
2013-01-12Dropped E4Xmitsugu oyama
2012-12-30change to open method from show methodmitsugu oyama
2011-12-26modified commentmitsugu oyama
2011-12-26fix cannot save some manga pagemitsugu oyama
2011-12-26modified scratch URL for next depth pagemitsugu oyama
for example: from: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=23851094 to: http://www.pixiv.net/member_illust.php?mode=big&illust_id=23851094 from: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=9513967 to: http://www.pixiv.net/member_illust.php?mode=manga&illust_id=9513967
2011-09-21remove debug alertmitsugu oyama
2011-09-21refactoring for illastration IDmitsugu oyama
2011-09-15fix regression : illegal path name ( include '?' )mitsugu oyama
2011-09-15to reloadablemitsugu oyama
2011-09-15fix not used nsFile.append()mitsugu oyama
2011-09-14implement workermitsugu oyama
2011-06-29overwrite the image file? pixiv versionmitsugu oyama
2011-04-29特定のユーザ名でパス名を取得できなかった問題を修正mitsugu oyama
2011-04-26support original size images for manga pagemitsugu oyama
2011-02-03changed specification of manga pagemitsugu oyama
2010-12-06fix cant save image file ex. hogehoge.jpg?1038735mitsugu oyama
2010-11-08modified summarymitsugu oyama
2010-11-05bug fix.mitsugu oyama
スタックトレースからの表示ページの 画像、漫画をダウンロード可能にする fixを実施
2010-11-04complete suppoted manga page.mitsugu oyama
2010-11-03Firefox 3.6.x ↵mitsugu oyama
を含む古いバージョンでのHTMLDocument作成方法を変更
2010-10-31add href attribute in plugin elementmitsugu oyama
2010-10-31add pixiv.jsmitsugu oyama