Removes waiting time
// ==UserScript==
// @name imagetwist.com
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Removes waiting time
// @author Yksok
// @match http://imagetwist.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
closeOverlay();
})();