// ==UserScript== // @name:zh-CN 淘宝搜索PLUS // @name:zh-TW 淘寶搜索PLUS // @name taobao search plus // @description:zh-CN 淘宝搜索页面自动加载店铺评分,无需鼠标悬停查看!快速查看店铺评分以及同行对比! | 搜索页面自定义排序方式与显示方式 // @description:zh-TW 淘寶搜索頁面自動加載店鋪評分,無需鼠標懸停查看!快速查看店鋪評分以及同行對比! | 搜索頁面自定義排序方式與顯示方式 // @description Auto load shop information, customize the default sort order and ui style(gird or list). // @icon https://www.taobao.com/favicon.ico // @version 1.4.0 // @author olOwOlo // @namespace https://olowolo.com // @homepage https://github.com/olOwOlo/script/tree/master/taobao-search-plus // @supportURL https://github.com/olOwOlo/script // @license MIT // @match https://s.taobao.com/search?* // @run-at document-start // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle // @grant GM_registerMenuCommand // @downloadURL https://update.greasyfork.icu/scripts/32147/taobao%20search%20plus.user.js // @updateURL https://update.greasyfork.icu/scripts/32147/taobao%20search%20plus.meta.js // ==/UserScript== // /* * Copyright (c) 2017 olOwOlo * Released under the MIT License. * *********************** * ***** Release Note ***** * 1.4.0 - 淘宝已取消悬停查看同行对比的接口,该脚本不再有效 * 1.3.0 - 适配“同款”与“相似”页面 * 1.2.0 - 为兼容最新ECMAScript标准,使用babel与webpack处理脚本,可读性更好的源码可于Github查看 */ (function() { 'use strict'; console.log('淘宝已取消悬停查看同行对比的接口,该脚本不再有效!'); }());