This github and its extension are probably abandoned.
Still, I leave the idea for future.
Add order to process rules. This means you can now use different containers for the same domain.
For example:
use github.com/somegitname to use github-my User A
while
github.com could use github-my User B
This could be done if the extension has some kind of manual ordering configured by the user (could be dragging), so the extension would look for:
github.com/somegitname, github-my User A
github.com, github-my User B
The general domain matching would come AFTER the more specific URL is processed first.
This github and its extension are probably abandoned.
Still, I leave the idea for future.
Add order to process rules. This means you can now use different containers for the same domain.
For example:
use
github.com/somegitnameto usegithub-my User Awhile
github.comcould usegithub-my User BThis could be done if the extension has some kind of manual ordering configured by the user (could be dragging), so the extension would look for:
github.com/somegitname, github-my User Agithub.com, github-my User BThe general domain matching would come AFTER the more specific URL is processed first.