GMail to Google Inbox

Automaticaly redirects to Google Inbox if gmail is visited

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
  // ==UserScript==
// @name        GMail to Google Inbox
// @description Automaticaly redirects to Google Inbox if gmail is visited
// @author      Petr Katerinak
// @include     http*mail.google.com*
// @version     1
// @namespace https://greasyfork.org/users/12565
// ==/UserScript==

window.location.replace("https://inbox.google.com");