shapez.io unlock full game stuff

I did what game asked for.

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

// ==UserScript==
// @name        shapez.io unlock full game stuff
// @namespace   http://bzzzzdzzzz.blogspot.com/
// @description I did what game asked for.
// @author      BZZZZ
// @include     /^https\:\/\/shapez\.io\/([?#]|$)/
// @version     0.3
// @grant       none
// @run-at      document-start
// @inject-into content
// ==/UserScript==
 
{
const a=document.createElement("div");
a.setAttribute("onclick",`"use strict";{
  const _ret_false=()=>false,{Object:{defineProperty,prototype},console:{log}}=window;
  defineProperty(prototype,"isLimitedVersion",{
    "__proto__":null,
    "configurable":true,
    "set":function(){
      delete prototype.isLimitedVersion;
      this.isLimitedVersion=_ret_false;
      log("shapez.io unlock full game stuff: done");
    }
  });
}`);
a.click();
}