Greasy Fork

Greasy Fork is available in English.

Go Pusher

Simplifies pushing the go button the the vend page gaiaonline

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name Go Pusher
// @description Simplifies pushing the go button the the vend page gaiaonline
// @include http://www.gaiaonline.com/*
// @include http://gaiaonline.com/*
// @version 0.0.1.20150102082143
// @namespace http://greasyfork.icu/users/4142
// ==/UserScript==
shortcut.add('z',function() {
document.location='http://www.gaiaonline.com/marketplace/vendsearch/?sortBy=91';
},{
'disable_in_input':true,
});

shortcut.add('x',function() {
document.location='http://www.gaiaonline.com/marketplace/mystore';
},{
'disable_in_input':true,
});

shortcut.add('s',function() {
document.location='http://www.gaiaonline.com/marketplace/mystore/showinventory/DD';
},{
'disable_in_input':true,
});

shortcut.add('e',function() {
document.location='http://www.gaiaonline.com/marketplace/vendsearch/20/?sortBy=91&start=3';
},{
'disable_in_input':true,
});

shortcut.add('d',function() {
document.location='http://www.gaiaonline.com/marketplace/vendsearch/20/?sortBy=91&start=2';
},{
'disable_in_input':true,
});

shortcut.add('c',function() {
document.location='http://www.gaiaonline.com/marketplace/vendsearch/20/?sortBy=91&start=1';
},{
'disable_in_input':true,
});
shortcut.add('a',function() {
document.button='cta-button-sm';
},{
'disable_in_input':true,
});