Lostworld.io Extra Controls

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

As of 2021-03-26. See the latest version.

// ==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")
    ;}