fluks
fluks
Do you mean that the link is not an actual `a` element, but it's only text and then highlighting the text link, you could redirect the link?
Oh, you mean something like what Firefox already does. Like here in the image. But with the redirections.  I imagined this add-on to work with links only. I have...
I'm working on it.
Doesn't affect anything else really but automatic requests. The new API doesn't support any kind of JavaScript to be used to modify the new URL. So, I think there's nothing...
> Doesn't affect anything else really but automatic requests. The new API doesn't support any kind of JavaScript to be used to modify the new URL. So, I think there's...
https://github.com/fluks/redirect-link/commit/69c50ca8f14411cd544dd533601816a30adfb6f2 Should be soon on Chrome Webstore.
I'm not sure if this can be done in the context menu, but it's probably possible in the toolbar popup. I will implement the other features first and consider this...
If you need the fragment without '#', you can use a regex format to capture it: `%r[#([^#\]*)$]`
I archive pages and search archived pages with many services quite often too, so I can see this could be useful. The first obstacle is to come up with a...
What do you think if the browser action popup wouldn't close, when you redirect a page? Then you could make multiple redirections more easily. Not as easy as in your...