fluks

Results 89 comments of fluks

> > What do you think if the browser action popup wouldn't close, when you redirect a page? > > in this case need be an optional setting in my...

It would be a quicker way to redirect a link. If the user would enable this feature, we would need to inject content script on every page.

There are unit tests now for the replaceFormats function, committed in 135e6784cdc4756ad5b0ef3566e4816b662db273. Functional tests would be nice too.

I made changes to the completion script and added it to makefile targets. And also messed up the pull request at the same time. Do I just close this and...

I don't think there's a way to do that, since title can have any number of tildes in it I presume. I think I can add replacement feature. Once I...

I guess I can do syntax like `%e[/~/%20/g]` to keep the syntax as close as possible to regexes and then use String.replace(). Perhaps that is useful enough. And should it...

In your case `%e[/~/%20/g]` this would be good enough? But I can imagine there would be other cases where it wouldn't be enough. Having formats as input for replace format...

> Correct me if I'm misunderstanding, but wouldn't `%e[/~/%20/g]` return the _entire_ URL with all instances of `~` being replaced? Yes, that's correct. > While fine in the example, wouldn't...

A new version with this feature should be soon available. With the other format used as input for %e format feature also. Hopefully it works as expected.