Powerline.io mods

Destroy the dumb site

当前为 2020-10-06 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Powerline.io mods
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @description Destroy the dumb site
  6. // @author X_MODZ
  7. // @match powerline.io
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12. //press 1 to use the mods
  13.  
  14. /////////////////////////////////
  15. ///////PREss 1///////////////////
  16. ////////////////////////////////
  17.  
  18. alert("You can use this in a vid, just include my name")
  19.  
  20. window.addEventListener("keydown", mod, false);
  21. //score mods
  22.  
  23. function mod (i){
  24.  
  25. if (i.keyCode == "49") {
  26. var a = prompt("How much score do you want?");
  27. document.getElementById("stat-length").innerHTML = a;
  28. document.getElementById("stat-blength").innerHTML = a;q
  29. }
  30. }