Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name AliExpress Parse Orders Information to CSV
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Parse AliExpress order page into a CSV file suitable for spreadsheet use.
// @author Hegy
// @match https://www.aliexpress.com/p/order/index.html*
// @icon https://www.google.com/s2/favicons?sz=64&domain=aliexpress.com
// @grant none
// ==/UserScript==