fluks

Results 89 comments of fluks

There are two things up for a discussion. 0) If a locale isn't supported, the same locale without a region code is tried. Is this ok? 1) A support for...

I added trying the locale without a dialect also. There was a bug in the previous commit, I didn't try whether the locale without a region was actually supported, I...

Yeah, that's probably a better way than the current one. I'll look into it. Or, I don't know if it can be done with properties files, but maybe the file...

Should we postpone adding new features until gtranslate is ported to WebExtension? Has anyone started working on that yet?

Regexes doesn't work like that in this addon, that you can use capture group in enable url and use the match in the redirect url. Perhaps it's something I can...

Yes, the context menu doesn't open at all when you open that url, but the reason isn't this addon. You can redirect the page using the browser action popup, i.e....

%q[redirectUrl] does work for me. %q doesn't work because it tries to load redirectUrl=https://google.com, which is invalid address. I think for %q only it makes sense to have all the...

So the whole URL you are trying to redirect is https://deref-gmx.com/mail/client/?redirectUrl=https%3A%2F%2Fgithub.com%2Ffluks%2Fredirect-link%2Fissues%2F35%23issuecomment-1678953396 ? I can't load that link because the site redirects that automatically back to https://www.gmx.com/. Can you post some...

%q shouldn't work and it doesn't. But %q[imgurl] does work. I don't know why it doesn't work for you. Did you leave Enable URL blank? Try it if you didn't....

Okay, now I know the reason. If you first open the previous example URL and then redirect, it works, but if you try to redirect the link, it doesn't. And...