Skip to content

Instantly share code, notes, and snippets.

// Must disable logging if using logging in main.cpp or in other custom components for the
// __c causes a section type conflict with __c thingy
// you can enable logging and use it if you enable this in logger:
/*
logger:
level: DEBUG
esp8266_store_log_strings_in_flash: False
*/
//#define APE_LOGGING
@kluszczyn
kluszczyn / AliExpress Orders Lines.user.js
Last active April 29, 2020 20:55
AliExpress Orders to CSV
// ==UserScript==
// @name AliExpress Orders Lines
// @match https://trade.aliexpress.com/orderList.htm*
// @grant unsafeWindow
// @grant GM_xmlhttpRequest
// @grant GM_setClipboard
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==