Greasy Fork 支持简体中文。

CommBank Auto Redirect Homepage To NetBank Page

Automatically redirects you from the CommBank home page to the NetBank page

// ==UserScript==
// @name        	   CommBank Auto Redirect Homepage To NetBank Page
// @namespace   	   https://greasyfork.org/en/users/241453-happysmacky3453
// @description  	   Automatically redirects you from the CommBank home page to the NetBank page
// @match  	  	       https://www.commbank.com.au/
// @version            1.00
// @run-at             document-start
// @author             happysmacky3453
// @license MIT
// @grant              none
// ==/UserScript==

window.location.replace("https://www.my.commbank.com.au/netbank/Logon/Logon.aspx" + window.location.pathname);