CollabVM VM List Fixer

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

  1. // ==UserScript==
  2. // @name CollabVM VM List Fixer
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.4
  5. // @description Why isn't it like this in the first place?
  6. // @author urlogic
  7. // @match http://computernewb.com/collab-vm/*
  8. // @grant none
  9. // @run-at document-idle
  10. // ==/UserScript==
  11.  
  12. setTimeout(`
  13. multicollab("63.141.238.98:6004");
  14. multicollab("63.141.238.98:6005");`,200);
  15.  
  16. unsafeWindow.tunnel.onstatechange=()=>{};
  17. document.querySelector('#loading').style.display='none';