淘宝首页自动跳转到淘宝搜索

jump to taobao search,from the index of taobao.com

目前为 2017-06-10 提交的版本。查看 最新版本

// ==UserScript==
// @name         淘宝首页自动跳转到淘宝搜索
// @namespace    http://www.suzhengpeng.com
// @version      0.1
// @description  jump to taobao search,from the index of taobao.com
// @author       Suzhengpeng
// @match        https://www.taobao.com/
// ==/UserScript==

(function() {
    'use strict';
    location.replace("https://s.taobao.com/"); 

})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址