Add example to readme

This commit is contained in:
Peter 2024-06-27 02:29:02 +08:00
parent 0ff76556a2
commit 8775c21d77
3 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name AliExpress Invoice Downloader // @name AliExpress Invoice Downloader
// @namespace https://www.aliexpress.com // @namespace https://www.aliexpress.com
// @version 1.0 // @version 1.1
// @description Adds download buttons to the Aliexpress order page (https://www.aliexpress.com/p/order/index.html) and a bulk download button to download all invoices on the order page to save time. // @description Adds download buttons to the Aliexpress order page (https://www.aliexpress.com/p/order/index.html) and a bulk download button to download all invoices on the order page to save time.
// @match https://www.aliexpress.com/p/order/index.html* // @match https://www.aliexpress.com/p/order/index.html*
// @grant GM_download // @grant GM_download

View File

@ -5,3 +5,9 @@
### [Mirror (Greasyfork)](https://greasyfork.org/en/scripts/488177-aliexpress-invoice-downloader) ### [Mirror (Greasyfork)](https://greasyfork.org/en/scripts/488177-aliexpress-invoice-downloader)
Adds download buttons to the Aliexpress order page (https://www.aliexpress.com/p/order/index.html) and a bulk download button to download all invoices on the order page to save time. Adds download buttons to the Aliexpress order page (https://www.aliexpress.com/p/order/index.html) and a bulk download button to download all invoices on the order page to save time.
Adds a red "download all invoices" button in the bottom left corner
Adds a button to each order to download individual invoices quickly without needing to open the "order details" page
![order button image](image.png)

BIN
image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB