Skip to content

Instantly share code, notes, and snippets.

View lilyharuna's full-sized avatar

Luna lilyharuna

  • Tokushima, Japan
  • 04:30 (UTC +09:00)
View GitHub Profile
@lilyharuna
lilyharuna / amazon-history.js
Last active June 24, 2023 23:35 — forked from yociya/amazon-history.js
Amazonの注文履歴を年度別に合算してコンソール画面に出力。 利用額 / 注文件数 / 最高額(1注文での)非表示にしている注文がある場合、152行目の修正が必要。153行目のコメントを参照。
var historyUrl = 'https://www.amazon.co.jp/gp/css/order-history?orderFilter=year-$year$&startIndex=$index$';
function beforeSendHook(xhr){
xhr.setRequestHeader('X-Requested-With'
, {
toString: function(){
return '';
}
}
);