change the amount of powers

show powers u dont have

目前为 2024-02-12 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name change the amount of powers
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description show powers u dont have
  6. // @author Vaqu
  7. // @match agma.io/*
  8. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. jQuery('#invRecombine').removeAttr('style')
  13. jQuery('#invSpeed').removeAttr('style')
  14. jQuery('#invGrowth').removeAttr('style')
  15. jQuery('#invSpawnVirus').removeAttr('style')
  16. jQuery('#invSpawnMothercell').removeAttr('style')
  17. jQuery('#invSpawnPortal').removeAttr('style')
  18. jQuery('#invFreeze').removeAttr('style')
  19. jQuery('#inv360Shot').removeAttr('style')