讨论 » 创建请求

creatur.io script request

§
发布于:2023-02-15

can someone make a creatur.io script? i feel like it would be very popular since its a popular game with no scripts

NotYou管理员
§
发布于:2023-02-16

Done:

// ==UserScript==
// @name Some userscript lol
// @namespace -
// @version 1.0.0
// @description :)
// @author NotYou
// @match *://creatur.io/*
// @run-at document-end
// @license GPL-3.0-or-later
// @grant none
// ==/UserScript==

(function() {
    console.log('Hello there :)')
})()

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。