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 AiData Batch Download | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.1 | |
| // @description Batch apply and download Excel from dataai.alibaba-inc.com | |
| // @author you | |
| // @match https://dataai.alibaba-inc.com/* | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM_download | |
| // @connect dataai.alibaba-inc.com |