Skip to content

Instantly share code, notes, and snippets.

@dudukee
dudukee / 闲鱼搜索框.js
Created September 12, 2017 06:56
闲鱼搜索框
// ==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
@dudukee
dudukee / steamexplorer.js
Last active June 27, 2017 11:37
steam 探索队列
(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(){