Go Pusher

Simplifies pushing the go button the the vend page gaiaonline

当前为 2015-01-02 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Go Pusher
  3. // @description Simplifies pushing the go button the the vend page gaiaonline
  4. // @include http://www.gaiaonline.com/*
  5. // @include http://gaiaonline.com/*
  6. // @version 0.0.1.20150102082143
  7. // @namespace https://greasyfork.org/users/4142
  8. // ==/UserScript==
  9. shortcut.add('z',function() {
  10. document.location='http://www.gaiaonline.com/marketplace/vendsearch/?sortBy=91';
  11. },{
  12. 'disable_in_input':true,
  13. });
  14.  
  15. shortcut.add('x',function() {
  16. document.location='http://www.gaiaonline.com/marketplace/mystore';
  17. },{
  18. 'disable_in_input':true,
  19. });
  20.  
  21. shortcut.add('s',function() {
  22. document.location='http://www.gaiaonline.com/marketplace/mystore/showinventory/DD';
  23. },{
  24. 'disable_in_input':true,
  25. });
  26.  
  27. shortcut.add('e',function() {
  28. document.location='http://www.gaiaonline.com/marketplace/vendsearch/20/?sortBy=91&start=3';
  29. },{
  30. 'disable_in_input':true,
  31. });
  32.  
  33. shortcut.add('d',function() {
  34. document.location='http://www.gaiaonline.com/marketplace/vendsearch/20/?sortBy=91&start=2';
  35. },{
  36. 'disable_in_input':true,
  37. });
  38.  
  39. shortcut.add('c',function() {
  40. document.location='http://www.gaiaonline.com/marketplace/vendsearch/20/?sortBy=91&start=1';
  41. },{
  42. 'disable_in_input':true,
  43. });
  44. shortcut.add('a',function() {
  45. document.button='cta-button-sm';
  46. },{
  47. 'disable_in_input':true,
  48. });