This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 闲鱼搜索框 | |
// @namespace https://yougg.github.io/ | |
// @version 1.2 | |
// @description 恢复导航栏的大搜索框和列表栏的小搜索框 | |
// @author yougg | |
// @match https://2.taobao.com/* | |
// @match https://s.2.taobao.com/* | |
// @match https://trade.2.taobao.com/* | |
// @grant none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function _exec(){ | |
var appids, | |
running = true, | |
queueNumber, | |
progressDialog = ShowAlertDialog('探索中', $J('<div/>').append($J('<div/>', {'class': 'waiting_dialog_throbber'}) ).append( $J('<div/>', {'id': 'progressContainer'}).text('获取进度...') ), '停止').done(abort); | |
function abort(){ | |
running = false; | |
progressDialog.Dismiss(); | |
} | |
function retry(){ |