Skip to content

Instantly share code, notes, and snippets.

View IchSchreiGleich's full-sized avatar
🤓
Programmer: A biological machine designed to convert coffee into code.

Marco IchSchreiGleich

🤓
Programmer: A biological machine designed to convert coffee into code.
View GitHub Profile
@IchSchreiGleich
IchSchreiGleich / aliexpress_printable_orderlist.js
Created December 29, 2020 10:01
Removes unnecessarily page elemets like navigations, searchbars, eg from the orderlist so its printing optimized. Additionally the thumbnail product images are replaces by its fullsized originals.
// ==UserScript==
// @name AliExpress: Printable Orderlist
// @namespace isg
// @version 1.0
// @description Removes unnecessarily page elemets like navigations, searchbars, eg from the orderlist so its printing optimized. Additionally the thumbnail product images are replaces by its fullsized originals.
// @author IchSchreiGleich
// @match https://trade.aliexpress.com/orderList.htm*
// @grant GM_registerMenuCommand
// @grant GM_addStyle
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js