This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |