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 Amazon ASIN Rank UI (SellerSprite) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.6 | |
| // @description 通过自动模拟点击和页面跳转,利用卖家精灵(SellerSprite) 插件渲染出的数据,批量抓取指定 ASIN 列表的实时大类和小类排名,并导出为标准的 Excel/表格格式。 | |
| // @match *://www.amazon.co.jp/* | |
| // @grant GM_setClipboard | |
| // @grant GM_notification | |
| // @run-at document-end | |
| // ==/UserScript== |
OlderNewer