Skip to content

Instantly share code, notes, and snippets.

View ohuf's full-sized avatar
😴
Deep Sleep

Oliver Huf ohuf

😴
Deep Sleep
View GitHub Profile
@ohuf
ohuf / Export aliexpress orders to clipboard as csv
Last active July 29, 2024 12:16 — forked from wlei6277/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