Open extrajoker opened 6 years ago
With Specified credential fields, I'd like to do different settings with the following two URLs.
https://login.jpbank.co.jp/aaa https://login.jpbank.co.jp/bbb
What kind of method is there?
The extension uses document.location.origin (the hostname) instead of the strict URL. So it's not possible with the current version.
document.location.origin
With Specified credential fields, I'd like to do different settings with the following two URLs.
https://login.jpbank.co.jp/aaa https://login.jpbank.co.jp/bbb
What kind of method is there?