Skip to content

Instantly share code, notes, and snippets.

View nonefffds's full-sized avatar
🏢
Working as Graphic Designer

FDS (Disheng Fan) nonefffds

🏢
Working as Graphic Designer
View GitHub Profile
@nonefffds
nonefffds / ASINRankUI.js
Last active March 16, 2026 03:56
Get Amazon Rank of a ASIN list w/ SellerSprite
// ==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==