Skip to content

Instantly share code, notes, and snippets.

@Wasabules
Wasabules / Export aliexpress orders to clipboard as csv
Created June 12, 2023 22:20 — forked from ohuf/Export aliexpress orders to clipboard as csv
Tampermonkey script to export your Aliexpress orders by product line to csv. Removed AUD tax and shipping calculations. Added Euro calc. and item properties.
// ==UserScript==
// @name Aliexpress_orders_ohuf
// @namespace http://tampermonkey.net/
// @version 2
// @description extract Aliexpress orders in a sensible way
// @author ohuf
// @match https://trade.aliexpress.com/orderList.htm*
// @grant unsafeWindow
// @grant GM_xmlhttpRequest
// @grant GM_setClipboard