GMail to Google Inbox

Automaticaly redirects to Google Inbox if gmail is visited

目前為 2015-06-20 提交的版本,檢視 最新版本

  // ==UserScript==
// @name        GMail to Google Inbox
// @description Automaticaly redirects to Google Inbox if gmail is visited
// @author      Petr Katerinak
// @include     http*gmail*com
// @include     http*mail.google*com
// @version     1
// @namespace https://greasyfork.org/users/12565
// ==/UserScript==

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