// ==UserScript== // @name 闲鱼选品助手 // @namespace http://tampermonkey.net/ // @version 1.7 // @description 可在闲鱼商详页导出猜你喜欢的数据到Excel,支持动态数据 // @author 阿阅 // @match https://h5.m.goofish.com/item?id=* // @match https://www.goofish.com/item* // @grant none // @require https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.18.5/xlsx.full.min.js // @run-at document-start // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/501564/%E9%97%B2%E9%B1%BC%E9%80%89%E5%93%81%E5%8A%A9%E6%89%8B.user.js // @updateURL https://update.greasyfork.icu/scripts/501564/%E9%97%B2%E9%B1%BC%E9%80%89%E5%93%81%E5%8A%A9%E6%89%8B.meta.js // ==/UserScript== (function () { 'use strict'; console.log('闲鱼选品助手:本功能已合并到“闲鱼管家上货助手”里面,请见 https://greasyfork.org/zh-CN/scripts/498651-%E9%97%B2%E9%B1%BC%E7%AE%A1%E5%AE%B6%E4%B8%8A%E8%B4%A7%E5%8A%A9%E6%89%8B') })();