Lazyuki
Lazyuki
> p.s. Another nice feature would be to have the name taken from a clicked bookmark The extension already searches for bookmarks and suggests the bookmarked title if there is...
Anyway, I was trying to see if there's an easy way to separate stored information based on containers, but working with containers seems to be a lot of work and...
`$0` is already supported. Pattern template is an interesting idea, I'll see what I can do
will fix in v2
You can simply do something like this `/.*\| (.*)/$1 — AvanTech/ ` I don't think I'll implement the `*` to mean capturing since `*` can be used in an actual...
Sorry I've been sidetracked with other projects. I'll resume working on this soon
"Set for this tab" currently does not persist if you close firefox since it uses `Tab ID` which can change if you close and reopen. I have an idea that...
actually @piecevcake, this might be because firefox disables extensions on file viewer pages. see #4 for more details
ok i'll see if this can be fixed in v2
I think the old custom title is stored in the browser cache and is used while it's loading the page. When you use things like OneTab I think any information...