マクロミル(マイページタイムアウト自動遷移)

macromill timeout

// ==UserScript==
// @name         マクロミル(マイページタイムアウト自動遷移)
// @namespace    macromill
// @version      0.1
// @description  macromill timeout
// @author       nikukoppun
// @include      https://monitor.macromill.com/airs/exec/showLoginTimeoutAction.do
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    location.href = "https://monitor.macromill.com/";
})();