show powers script

show powers u dont have

  1. // ==UserScript==
  2. // @name show powers script
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.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('#invSpawnGoldOre').removeAttr('style')
  19. jQuery('#invFreeze').removeAttr('style')
  20. jQuery('#inv360Shot').removeAttr('style')
  21. jQuery('#invAntiRecombine').removeAttr('style')
  22. jQuery('#invAntiFreeze').removeAttr('style')
  23. jQuery('#invShield').removeAttr('style')
  24. jQuery('#invFrozenVirus').removeAttr('style')
  25. /*var recombine = document.createElement("p")
  26. recombine.innerHTML = 29;
  27. document.body.insertBefore(recombine,document.body.childNodes[0]);
  28. */

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址