CommBank Auto Redirect Homepage To NetBank Page

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

  1. // ==UserScript==
  2. // @name CommBank Auto Redirect Homepage To NetBank Page
  3. // @namespace https://greasyfork.org/en/users/241453-happysmacky3453
  4. // @description Automatically redirects you from the CommBank home page to the NetBank page
  5. // @match https://www.commbank.com.au/
  6. // @version 1.00
  7. // @run-at document-start
  8. // @author happysmacky3453
  9. // @license MIT
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. window.location.replace("https://www.my.commbank.com.au/netbank/Logon/Logon.aspx" + window.location.pathname);