Go Pusher

Simplifies pushing the go button the the vend page gaiaonline

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==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 https://greasyfork.org/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,
});