Skip to content

Instantly share code, notes, and snippets.

View yoshifuji's full-sized avatar

dA Fujisawa yoshifuji

View GitHub Profile
var BASE_URL = 'https://www.amazon.co.jp/gp/css/order-history';
var Gatherer = (function () {
function Gatherer() {
this.year = new Date().getFullYear();
this.page = 1;
this.result = [];
}
Gatherer.prototype.start = function () {
var d = $.Deferred();