imagetwist.com

Removes waiting time

  1. // ==UserScript==
  2. // @name imagetwist.com
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Removes waiting time
  6. // @author Yksok
  7. // @match http://imagetwist.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. closeOverlay();
  15. })();