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