shapez.io unlock full game stuff

I did what game asked for.

当前为 2022-09-03 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name shapez.io unlock full game stuff
  3. // @namespace http://bzzzzdzzzz.blogspot.com/
  4. // @description I did what game asked for.
  5. // @author BZZZZ
  6. // @include /^https\:\/\/shapez\.io\/([?#]|$)/
  7. // @version 0.3
  8. // @grant none
  9. // @run-at document-start
  10. // @inject-into content
  11. // ==/UserScript==
  12. {
  13. const a=document.createElement("div");
  14. a.setAttribute("onclick",`"use strict";{
  15. const _ret_false=()=>false,{Object:{defineProperty,prototype},console:{log}}=window;
  16. defineProperty(prototype,"isLimitedVersion",{
  17. "__proto__":null,
  18. "configurable":true,
  19. "set":function(){
  20. delete prototype.isLimitedVersion;
  21. this.isLimitedVersion=_ret_false;
  22. log("shapez.io unlock full game stuff: done");
  23. }
  24. });
  25. }`);
  26. a.click();
  27. }