CollabVM VM List Fixer

Why isn't it like this in the first place?

Versão de: 21/08/2018. Veja: a última versão.

// ==UserScript==
// @name         CollabVM VM List Fixer
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Why isn't it like this in the first place?
// @author       urlogic
// @match        http://computernewb.com/collab-vm/*
// @grant        none
// ==/UserScript==

(function() {
    setTimeout(function() {
        multicollab("63.141.238.98:6004");
        multicollab("63.141.238.98:6005");
    }, 250)
})();
长期地址
遇到问题?请前往 GitHub 提 Issues。