xKerman

Results 5 comments of xKerman

> req.responseType = 'document' を使うことによって、document オブジェクトを取得すると同時に、最終のドキュメントのURLがとれる についてはドキュメントのURLの部分がまだ実装されていない (https://code.google.com/p/chromium/issues/detail?id=379676) ため利用できませんが、 今のstable (Chrome 37) から `XMLHttpRequest.prototype.resopnseURL` という、 `finalURL` の代わりに使えるプロパティが利用できるようになっています。 https://code.google.com/p/chromium/issues/detail?id=377583 このプロパティを使うと、下記のように実装できて `X-Frame-Options: deny` なページでも動作するようになるかと思います。 https://github.com/xKerman/autopagerize_for_chrome/commit/77c04e76381494ad3f9eb09356e0aa1724caef97

2 weeks have passed since I submitted this pull request. @mofarrell could you review this?

Thanks, but I found there is a conflict. I will rebase this pull request.

@mofarrell It has been over 2 weeks since this pull request was imported to Phabricator. I would appreciate it if you let me know whether any updates are needed.

@mofarrell Thanks for your code review and comments. > it would be cleaner to do all the book keeping in a single map. Rather than merging them at the end....