captnfab / FireTitle

A firefox extension allowing customisation of windows' title
25 stars 9 forks source link

Escaping ] symbol #54

Open Bluejanis opened 3 years ago

Bluejanis commented 3 years ago

I try to use a pattern that shows the name and the number of tabs like: Name [5]

If I try this pattern: n[ []T[]]

It will show "New Window [5]]" instead. So escaping the opening bracket worked, but the closing one does not?