Greasy Fork

Greasy Fork is available in English.

Lostworld.io Extra Controls

Type the commands in the Info tab in the Lostworld.io chat for results.

当前为 2021-03-26 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         Lostworld.io Extra Controls
// @namespace    http://tampermonkey.net/
// @version      0.4
// @description  Type the commands in the Info tab in the Lostworld.io chat for results.
// @author       Deadly Dotio
// @match        http://*lostworld.io/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

(function() {
    "use strict";
    alert("Check the Info Tab on Greasy Fork for the commands. Warning: do not type 1q 1q 1q 1q, because you will lose all of your lostworld.io progress, including your skins.");
})();


function addImg()
{
    var maker = document.getElementById('maker');
    var image = document.createElement('img');
    image.src = '/https://unsplash.com/s/photos/picture.jpg';
    maker.appendChild(image);
    function show_image(src, width, height, alt) {
        var img = document.createElement("img");
        img.src = src; https://unsplash.com/photos/oMpAz-DN-9I;
        img.width = width; 6
        img.height = height; 6
        img.alt = alt;

        // This next line will just add it to the <body> tag
        document.body.appendChild(img);
    }
}
function show(e) {
    console.log("Commands: Type into the Lostworld.io chat for results.      True Commands:    1. /skin true = special skin    2. /grid true = grid    3. /outline true = outline    4. Type: /_ not true to get rid of the effect OR type /_. Ex. /skin not true, /skin  Bg commands (In-Game Decorations) 1. /bg 1 = little rocks   2. /bg 2 = big snow patch   3. /bg 3 = small snow patch   4. /bg 4 = yellow small plant   5. /bg 5 = red small plant   6. /bg 6 = Kawak sign   7. /bg 7 = big sand   8. /bg 8 = small sand   9. /bg 9 = skull with blood 10./bg 10 = little cedril   11./bg 11 = Bigger small red plant    12./bg 12 = Cofi + JK badge")
    ;}