This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Amazon Transaction History Exporter | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Export Amazon transaction history to CSV | |
// @author You | |
// @match https://www.amazon.com.au/cpe/yourpayments/transactions* | |
// @grant GM_xmlhttpRequest | |
// @grant GM_download | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2022.03.10 09:01:39 =~=~=~=~=~=~=~=~=~=~=~= | |
Format: Log Type - Time(microsec) - Message - Optional Info | |
Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic | |
S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.3.1-00158 | |
S - IMAGE_VARIANT_STRING=HAACANAZA | |
S - OEM_IMAGE_VERSION_STRING=CRM | |
S - Boot Config, 0x000002e5 | |
B - 201 - PBL, Start | |
B - 2735 - bootable_media_detect_entry, Start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Format: Log Type - Time(microsec) - Message - Optional Info | |
Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic | |
S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.3.1-00158 | |
S - IMAGE_VARIANT_STRING=HAACANAZA | |
S - OEM_IMAGE_VERSION_STRING=CRM | |
S - Boot Config, 0x000002e5 | |
B - 201 - PBL, Start | |
B - 2736 - bootable_media_detect_entry, Start | |
B - 3449 - bootable_media_detect_success, Start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name": "Update custom fields", | |
"CreationDate": "2021-6-11", | |
"Commands": [ | |
{ | |
"Command": "comment", | |
"Target": "Works with Xero Practice Manager (XPM) as of creation date", | |
"Value": "", | |
"Description": "" | |
}, |