// ==UserScript== // @name 淘宝集市店 图片获取脚本 // @namespace https://item.taobao.com/ // @version 0.1 // @description try to take over the world! // @author Richard He // @match https://item.taobao.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; //获取原图地址 var count = document.getElementsByClassName('tb-pic').length; for(var i=1;i