shapez.io unlock full game stuff

I did what game asked for.

当前为 2021-11-18 提交的版本,查看 最新版本

  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.2
  8. // @grant none
  9. // @run-at document-start
  10. // ==/UserScript==
  11. {
  12. const a=document.createElement("div");
  13. a.setAttribute("onclick",`"use strict";{
  14. const _ret_false=()=>false,{defineProperty,prototype}=window.Object;
  15. defineProperty(prototype,"isLimitedVersion",{
  16. "__proto__":null,
  17. "configurable":true,
  18. "set":function(){
  19. delete prototype.isLimitedVersion;
  20. this.isLimitedVersion=_ret_false;
  21. }
  22. });
  23. }`);
  24. a.click();
  25. }