Would it be possible to show subdomains, i.e. extract them from the hostname or just extract arbitrary regex from the variables?
The tab title format could look like {subdomain[x]} which could then be parsed and used with document.location.hostname.match(/[^\.]+/g).reverse()[x], where {subdomain[0]} would represent the TLD.
Alternatively a tab title format could look like {hostname:<regex>} which would return the matches / matching groups.
Using multiple tags is already possible.
Would it be possible to show subdomains, i.e. extract them from the hostname or just extract arbitrary regex from the variables?
The tab title format could look like
{subdomain[x]}which could then be parsed and used withdocument.location.hostname.match(/[^\.]+/g).reverse()[x], where{subdomain[0]}would represent the TLD.Alternatively a tab title format could look like
{hostname:<regex>}which would return the matches / matching groups.Using multiple tags is already possible.